C# Class Paralect.ServiceBus.Dispatcher.InvocationContext

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

Public Methods

Method Description
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

Method Details

InvocationContext() public method

Initializes a new instance of the T:System.Object class.
public InvocationContext ( ) : System
return System

InvocationContext() public method

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
return System

Invoke() public method

public Invoke ( ) : void
return void