GetInfo<T>(Engine, InfoTypeSingle)
Generic method, supporting multiple GetInfo calls that return a single response.
PreviousChangeCommunicationState(Engine, Int32, Int32, Boolean)NextGetInfo<T>(Engine, InfoTypeArray)
Last updated
Generic method, supporting multiple GetInfo calls that return a single response.
Last updated
T
The expected ResponseMessage that is returned by the target call.
engine
Interfaces with the DataMiner System from an Automation script.
type
The target GetInfo call.
To determine the expected return type, simply hover over the desired GetInfo call and an IntelliSense window should display it (e.g Returns: GetDocumentsResponseMessage).
The GetInfo calls are the same as what the client (Cube) makes when it starts as well as during operation.
This method is intended for single responses only, for calls that return an array of responses use this method instead GetInfo(Engine, InfoTypeArray).