DomainObjects Class Library

ServiceActivator.Activate Method 

Obtains a reference to the singleton service class with the given assemblyQualifiedServiceTypeName.

public static IService Activate(
   String assemblyQualifiedServiceTypeName
);

Parameters

assemblyQualifiedServiceTypeName
The name of the class that sub-types Service`1

Return Value

The singleton instance of the service class.

See Also

ServiceActivator Class | DomainObjects.Facade.Transaction Namespace