Common Application Framework

ServiceManager.GetService Method 

Gets the service object of the specified type, if it is available.

public abstract object GetService(
   Type serviceType
);

Parameters

serviceType
The Type of the service to retrieve.

Return Value

Implements

IServiceProvider.GetService

See Also

ServiceManager Class | Aveva.ApplicationFramework Namespace