Click or drag to resize
DiaGlobWrapperStartSystem Method
diaGlobWrapper Help
Starts the Dialogic board or the system service

Namespace: Inkostar
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
public static void StartSystem()
Remarks
Compatibility: All
On failure this function will generate an exception of type DiaGlobWrapperLibException
Examples
To start the Dialogic system service:
C#: Inkostar.DiaGlobWrapper.StartSystem();
VB.NET: Inkostar.DiaGlobWrapper.StartSystem()
See Also