언어

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

매개 변수

msg
Message

가독성이 문제가 되는 메시지 큐입니다.

반품

메시지 객체가 읽힐 수 있다면 참이고; 그렇지 않으면 거짓입니다.

구현

적용 대상