C# 클래스 amp.messaging.MessageContext

파일 보기 프로젝트 열기: Berico-Technologies/AMP 1 사용 예제들

공개 메소드들

메소드 설명
MessageContext ( Directions direction ) : System.Collections.Generic
MessageContext ( Directions direction, Envelope envelope ) : System.Collections.Generic
MessageContext ( Directions direction, Envelope envelope, object message ) : System.Collections.Generic
this ( string key ) : object

메소드 상세

MessageContext() 공개 메소드

public MessageContext ( Directions direction ) : System.Collections.Generic
direction Directions
리턴 System.Collections.Generic

MessageContext() 공개 메소드

public MessageContext ( Directions direction, Envelope envelope ) : System.Collections.Generic
direction Directions
envelope Envelope
리턴 System.Collections.Generic

MessageContext() 공개 메소드

public MessageContext ( Directions direction, Envelope envelope, object message ) : System.Collections.Generic
direction Directions
envelope Envelope
message object
리턴 System.Collections.Generic

this() 공개 메소드

public this ( string key ) : object
key string
리턴 object