Variable2KFormatter.CanRead(Message) Method

Definition

Determines whether the formatter can read the contents of the message.

public:
 virtual bool CanRead(System::Messaging::Message ^ msg);
public bool CanRead (System.Messaging.Message msg);
abstract member CanRead : System.Messaging.Message -> bool
override this.CanRead : System.Messaging.Message -> bool
Public Function CanRead (msg As Message) As Boolean

Parameters

msg
Message

The message to read.

Returns

True if the formatter can read the contents of the message; otherwise, false.

Implements

Applies to