ActiveXMessageFormatter.CanRead(Message) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
포맷터에서 메시지 내용을 역직렬화할 수 있는지 여부를 확인합니다.
public:
virtual bool CanRead(System::Messaging::Message ^ message);
public bool CanRead (System.Messaging.Message message);
abstract member CanRead : System.Messaging.Message -> bool
override this.CanRead : System.Messaging.Message -> bool
Public Function CanRead (message As Message) As Boolean
매개 변수
반환
ActiveXMessageFormatter에서 메시지를 역직렬화할 수 있으면 true
이고, 그렇지 않으면 false
입니다.
구현
예외
message
매개 변수가 null
인 경우
설명
CanRead 반환 false
메시지 본문은 메시지 큐 ActiveX 컨트롤을 역직렬화할 수 있는 기본 형식 또는 구현 하지 않는 경우는 IPersistStream
인터페이스입니다.