C# Class Prototype.Platform.Dispatching.DispatcherInterceptorContext

Inheritance: DispatcherInvocationContext
Afficher le fichier Open project: paralect/prototype Class Usage Examples

Méthodes publiques

Méthode Description
DispatcherInterceptorContext ( IMessageHandlerInterceptor interceptor, DispatcherInvocationContext context ) : System

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

Invoke ( ) : void

Method Details

DispatcherInterceptorContext() public méthode

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

Invoke() public méthode

public Invoke ( ) : void
Résultat void