Formatter.CanRead(Message) Method

Definition

Gets a value that indicates whether the message queue can be read.

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 queue whose readability is in question.

Returns

true if the message object can be read.

Implements

Applies to