OTX-Runtime for DotNet
|
|
Factory class for creating the DiagOtxApi More...
Static Public Member Functions | |
static IOtxDiag | CreateOtxDiag (IClient client) |
Creates a OtxDiag instance inside a separate process with inter process communication More... | |
static IOtxDiag | CreatePipeOtxDiag (string pipeName) |
Creates a OtxDiag instance inside a separate process with inter process communication More... | |
static IOtxDiag | CreateSocketOtxDiag (ushort port=DefaultPort) |
Creates a OtxDiag instance inside a separate process with inter process communication More... | |
Factory class for creating the DiagOtxApi
|
inlinestatic |
Creates a OtxDiag instance inside a separate process with inter process communication
port | Port number of the DiagManager server e.g. "8888" |
DataTypes.DiagRuntimeException | Throw when fail to validate lincense by client, and when license key is not valid or is expired |
|
inlinestatic |
Creates a OtxDiag instance inside a separate process with inter process communication
pipeName | Pipe name which the DiagManager listens on |
DataTypes.DiagRuntimeException | Throw when license key is not valid or is expired |
|
inlinestatic |
Creates a OtxDiag instance inside a separate process with inter process communication
port | Port number of the DiagManager server e.g. "8888" |
DataTypes.DiagRuntimeException | Throw when license key is not valid or is expired |