C# Class Paralect.ServiceBus.Dispatcher.InterceptorInvocationContext

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

Méthodes publiques

Méthode Description
InterceptorInvocationContext ( IMessageHandlerInterceptor interceptor, InvocationContext context ) : System

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

Invoke ( ) : void

Method Details

InterceptorInvocationContext() public méthode

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

Invoke() public méthode

public Invoke ( ) : void
Résultat void