C# Класс amp.messaging.MessageContext

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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