Variable2KFormatter Class
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.
Represents a variable formatter.
public ref class Variable2KFormatter : ICloneable, System::Messaging::IMessageFormatter
public class Variable2KFormatter : ICloneable, System.Messaging.IMessageFormatter
type Variable2KFormatter = class
interface IMessageFormatter
interface ICloneable
Public Class Variable2KFormatter
Implements ICloneable, IMessageFormatter
- Inheritance
-
Variable2KFormatter
- Implements
Methods
CanRead(Message) |
Determines whether the formatter can read the contents of the message. |
Clone() |
Creates a copy of the Variable2KFormatter object. |
Read(Message) |
Reads the contents from the given message. |
Write(Message, Object) |
Serializes an object into the body of the message. |