ServiceGroupFactory Class

Definition

Creates a service group factory that is used to create actual service groups from the provided type factories at runtime.

public sealed class ServiceGroupFactory
type ServiceGroupFactory = class
Public NotInheritable Class ServiceGroupFactory
Inheritance
ServiceGroupFactory

Constructors

ServiceGroupFactory()

Creates an empty ServiceGroupFactory object.

Methods

AddServiceType(String, Type)

Registers a particular stateful or stateless service type with the service group factory so that it can be created as a member of the service group.

AddStatefulServiceFactory(String, IStatefulServiceFactory)

Adds the specified stateful service factory to the service group factory.

AddStatelessServiceFactory(String, IStatelessServiceFactory)

Adds the specified stateless service factory to the service group factory.

RemoveServiceFactory(String)

Removes the service factory.

Applies to