C# 클래스 Prototype.Platform.Dispatching.DispatcherInterceptorContext

상속: DispatcherInvocationContext
파일 보기 프로젝트 열기: paralect/prototype 1 사용 예제들

공개 메소드들

메소드 설명
DispatcherInterceptorContext ( IMessageHandlerInterceptor interceptor, DispatcherInvocationContext context ) : System

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

Invoke ( ) : void

메소드 상세

DispatcherInterceptorContext() 공개 메소드

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

Invoke() 공개 메소드

public Invoke ( ) : void
리턴 void