Initializes a service.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
void InitializeService()

Remarks

This method is automatically called before the first use of the service (GetService(Type)).

See Also