C# Class Paralect.ServiceBus.Dispatching.DispatcherInvocationContext

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

Méthodes publiques

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

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

DispatcherInvocationContext() public méthode

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

Invoke() public méthode

public Invoke ( ) : void
Résultat void