NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BinaryMessageFormatter Class

Formatter class that serializes and deserializes objects into and from MessageQueue messages using binary format.

Object
   BinaryMessageFormatter

[Visual Basic]
Public Class BinaryMessageFormatter
   Implements IMessageFormatter
[C#]
public class BinaryMessageFormatter : IMessageFormatter
[C++]
public __gc class BinaryMessageFormatter : public IMessageFormatter
[JScript]
public class BinaryMessageFormatter implements IMessageFormatter

Remarks

[To be supplied.]

Requirements

Namespace: System.Messaging

Assembly: system.messaging.dll

See Also

BinaryMessageFormatter Members | System.Messaging Namespace