C# Класс Paralect.ServiceBus.Dispatching.DispatcherInterceptorContext

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

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

Метод Описание
DispatcherInterceptorContext ( IMessageHandlerInterceptor interceptor, DispatcherInvocationContext context ) : System

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

Invoke ( ) : void

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

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

Initializes a new instance of the T:System.Object class.
public DispatcherInterceptorContext ( IMessageHandlerInterceptor interceptor, DispatcherInvocationContext context ) : System
interceptor IMessageHandlerInterceptor
context DispatcherInvocationContext
Результат System

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

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