Determines whether more than one instance of this service may be used at once.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
bool SupportsMultipleInstances()
Visual Basic (Declaration)
Function SupportsMultipleInstances As Boolean
Visual C++
bool SupportsMultipleInstances()

Return Value

True if multiple instances can be used, false if only one instance can be used.

See Also