diaGlobWrapper Help
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Starts the Dialogic board or the system service
Namespace:
InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public static void StartSystem() |
| Visual Basic (Declaration) |
|---|
Public Shared Sub StartSystem |
| Visual C++ |
|---|
public: static void StartSystem() |
Remarks
Compatibility: All
On failure this function will generate an exception of type DiaGlobWrapperLibException
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()
C#: Inkostar.DiaGlobWrapper.StartSystem();
VB.NET: Inkostar.DiaGlobWrapper.StartSystem()