Constructor Message
- Namespace
- Skyline.DataMiner.Core.InterAppCalls.Common.CallSingle
- Assembly
- Skyline.DataMiner.Core.InterAppCalls.Common.dll
Message()
Initializes a new instance of the Message class.
public Message()
Remarks
Creates an instance of Message with a new GUID created using NewGuid().
Message(string)
Initializes a new instance of the Message class using the specified GUID.
public Message(string guid)
Parameters
guid
stringThe GUID.