C# 클래스 FubuMVC.Core.ServiceBus.Runtime.Invocation.InvocationContext

상속: TypeArguments, IInvocationContext
파일 보기 프로젝트 열기: DarthFubuMVC/fubumvc 1 사용 예제들

공개 메소드들

메소드 설명
EnqueueCascading ( object message ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
InvocationContext ( Envelope envelope, HandlerChain chain ) : System
OutgoingMessages ( ) : IEnumerable

보호된 메소드들

메소드 설명
Equals ( InvocationContext other ) : bool

메소드 상세

EnqueueCascading() 공개 메소드

public EnqueueCascading ( object message ) : void
message object
리턴 void

Equals() 보호된 메소드

protected Equals ( InvocationContext other ) : bool
other InvocationContext
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

InvocationContext() 공개 메소드

public InvocationContext ( Envelope envelope, HandlerChain chain ) : System
envelope Envelope
chain HandlerChain
리턴 System

OutgoingMessages() 공개 메소드

public OutgoingMessages ( ) : IEnumerable
리턴 IEnumerable