C# Class Paralect.ServiceBus.Dispatcher.InvocationContext

Afficher le fichier Open project: paralect/Paralect.ServiceBus Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

InvocationContext() public méthode

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
Résultat System

Invoke() public méthode

public Invoke ( ) : void
Résultat void