C# Class Paralect.ServiceBus.Dispatching.DispatcherInvocationContext

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

Public Methods

Method Description
DispatcherInvocationContext ( ) : System

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

DispatcherInvocationContext ( Dispatching dispatcher, Object handler, Object message ) : System

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

Invoke ( ) : void

Method Details

DispatcherInvocationContext() public method

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

DispatcherInvocationContext() public method

Initializes a new instance of the T:System.Object class.
public DispatcherInvocationContext ( Dispatching dispatcher, Object handler, Object message ) : System
dispatcher Dispatching
handler Object
message Object
return System

Invoke() public method

public Invoke ( ) : void
return void