C# 클래스 Paralect.ServiceBus.Dispatching.DispatcherInvocationContext

파일 보기 프로젝트 열기: paralect/Paralect.ServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

DispatcherInvocationContext() 공개 메소드

Initializes a new instance of the T:System.Object class.
public DispatcherInvocationContext ( ) : System
리턴 System

DispatcherInvocationContext() 공개 메소드

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
리턴 System

Invoke() 공개 메소드

public Invoke ( ) : void
리턴 void