| DiaGlobWrapperStartSystem Method |
diaGlobWrapper Help
Starts the Dialogic board or the system service
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic static void StartSystem()
Public Shared Sub StartSystem
public:
static void StartSystem()
static member StartSystem : unit -> unit
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