StringFormatter.CanRead(Message) Method

Definition

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; otherwise, false.

Implements

Applies to