Click or drag to resize
DiaGlobWrapperGetSystemState Method
diaGlobWrapper Help
Retrieves the state of the Dialogic system service

Namespace: Inkostar
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
public static DiaGlobWrapperCommonSystemState GetSystemState()

Return Value

Type: DiaGlobWrapperCommonSystemState
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