C# Класс Paralect.ServiceBus.Dispatcher.InvocationContext

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

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

Метод Описание
InvocationContext ( ) : System

Initializes a new instance of the T:System.Object class.

InvocationContext ( Dispatcher dispatcher, Object handler, Object message ) : System

Initializes a new instance of the T:System.Object class.

Invoke ( ) : void

Описание методов

InvocationContext() публичный Метод

Initializes a new instance of the T:System.Object class.
public InvocationContext ( ) : System
Результат System

InvocationContext() публичный Метод

Initializes a new instance of the T:System.Object class.
public InvocationContext ( Dispatcher dispatcher, Object handler, Object message ) : System
dispatcher Dispatcher
handler Object
message Object
Результат System

Invoke() публичный Метод

public Invoke ( ) : void
Результат void