MsmqMessageSerializationFormat Enum
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.
Indicates the formatter that is used to serialize objects that are sent as the body of an MSMQ message.
public enum class MsmqMessageSerializationFormat
public enum MsmqMessageSerializationFormat
type MsmqMessageSerializationFormat =
Public Enum MsmqMessageSerializationFormat
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Xml | 0 | XmlSerializer is used to serialize the object. |
Binary | 1 | The BinaryFormatter is used to serialize the object. |
ActiveX | 2 | The ActiveX formatter is used to serialize the object. |
ByteArray | 3 | Serializes the object to an array of bytes. |
Stream | 4 | Serializes the object to a stream. |
Remarks
The default value is Xml.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.