C# Class Paralect.ServiceBus.Dispatching.DispatcherInterceptorContext

Inheritance: DispatcherInvocationContext
Show file Open project: paralect/Paralect.ServiceBus Class Usage Examples

Public Methods

Method Description
DispatcherInterceptorContext ( IMessageHandlerInterceptor interceptor, DispatcherInvocationContext context ) : System

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

Invoke ( ) : void

Method Details

DispatcherInterceptorContext() public method

Initializes a new instance of the T:System.Object class.
public DispatcherInterceptorContext ( IMessageHandlerInterceptor interceptor, DispatcherInvocationContext context ) : System
interceptor IMessageHandlerInterceptor
context DispatcherInvocationContext
return System

Invoke() public method

public Invoke ( ) : void
return void