Freigeben über


Formatter-Member

Contains the formatter used to serialize an object into or deserialize an object from the body of a message read from or written to the queue.

Der Formatter-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Formatter Initializes a new instance of the Formatter class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CanRead Gets a value that indicates whether the message queue can be read.
Öffentliche Methode Clone Creates a new object that is a copy of the current instance.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Read Reads the message.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode Write Opens a memory stream and writes the message object. This method serializes the message object including PackageID, VersionID, name of the datafile and the file contents.

Zum Anfang