diaGlobWrapper Help
Retrieves the state of the Dialogic system service

Namespace:  Inkostar
Assembly:  DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0

Syntax

C#
public static DiaGlobWrapperCommon..::.SystemState GetSystemState()
Visual Basic (Declaration)
Public Shared Function GetSystemState As DiaGlobWrapperCommon..::.SystemState
Visual C++
public:
static DiaGlobWrapperCommon..::.SystemState GetSystemState()

Return Value

Returns the SystemState enumerated value.

Remarks

Compatibility: All
On success this function will return an Inkostar.DiaGlobWrapperCommon.SystemState enum value of On failure this function will generate an exception of type DiaGlobWrapperLibException

Examples

To retrieve the Dialogic system service:
C#: Inkostar.DiaGlobWrapper.GetSystemState();
VB.NET: Inkostar.DiaGlobWrapper.GetSystemState()

See Also