C# Class amp.messaging.MessageContext

Datei anzeigen Open project: Berico-Technologies/AMP Class Usage Examples

Public Methods

Method Description
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

Method Details

MessageContext() public method

public MessageContext ( Directions direction ) : System.Collections.Generic
direction Directions
return System.Collections.Generic

MessageContext() public method

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

MessageContext() public method

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

this() public method

public this ( string key ) : object
key string
return object