diaGlobWrapper Help
Starts the Dialogic board or the system service

Namespace:  Inkostar
Assembly:  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

Examples

To start the Dialogic system service:
C#: Inkostar.DiaGlobWrapper.StartSystem();
VB.NET: Inkostar.DiaGlobWrapper.StartSystem()

See Also