This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
IMessageFormatter Members
Methods
CanRead |
When this method is called, the formatter will attempt to determine if the contents of the message are something the formatter can deal with. |
Read |
This method is used to read the contents from the given message and create an object. |
Write |
This method is used to write the given object into the given message. If the formatter cannot understand the given object, an exception is thrown. |
See Also
IMessageFormatter Interface | System.Messaging Namespace