C# 클래스 Paralect.ServiceBus.Dispatcher.InterceptorInvocationContext

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

공개 메소드들

메소드 설명
InterceptorInvocationContext ( IMessageHandlerInterceptor interceptor, InvocationContext context ) : System

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

Invoke ( ) : void

메소드 상세

InterceptorInvocationContext() 공개 메소드

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

Invoke() 공개 메소드

public Invoke ( ) : void
리턴 void