Variable2KFormatter.Read(Message) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads the contents from the given message.
public:
virtual System::Object ^ Read(System::Messaging::Message ^ msg);
public object Read (System.Messaging.Message msg);
abstract member Read : System.Messaging.Message -> obj
override this.Read : System.Messaging.Message -> obj
Public Function Read (msg As Message) As Object
Parameters
- msg
- Message
The message to read.
Returns
The contents from the given message.