StringFormatter.CanRead(Message) Method
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 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.