| DiaGlobWrapperGetSystemState Method |
diaGlobWrapper Help
Retrieves the state of the Dialogic system service
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic static DiaGlobWrapperCommonSystemState GetSystemState()
Public Shared Function GetSystemState As DiaGlobWrapperCommonSystemState
public:
static DiaGlobWrapperCommonSystemState GetSystemState()
static member GetSystemState : unit -> DiaGlobWrapperCommonSystemState
Return Value
Type:
DiaGlobWrapperCommonSystemStateReturns 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