C# Class Paralect.ServiceBus.Dispatcher.InterceptorInvocationContext

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

Public Methods

Method Description
InterceptorInvocationContext ( IMessageHandlerInterceptor interceptor, InvocationContext context ) : System

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

Invoke ( ) : void

Method Details

InterceptorInvocationContext() public method

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

Invoke() public method

public Invoke ( ) : void
return void