C# Class FubuMVC.Core.ServiceBus.Runtime.Invocation.InvocationContext

Inheritance: TypeArguments, IInvocationContext
显示文件 Open project: DarthFubuMVC/fubumvc Class Usage Examples

Public Methods

Method Description
EnqueueCascading ( object message ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
InvocationContext ( Envelope envelope, HandlerChain chain ) : System
OutgoingMessages ( ) : IEnumerable

Protected Methods

Method Description
Equals ( InvocationContext other ) : bool

Method Details

EnqueueCascading() public method

public EnqueueCascading ( object message ) : void
message object
return void

Equals() protected method

protected Equals ( InvocationContext other ) : bool
other InvocationContext
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

InvocationContext() public method

public InvocationContext ( Envelope envelope, HandlerChain chain ) : System
envelope Envelope
chain HandlerChain
return System

OutgoingMessages() public method

public OutgoingMessages ( ) : IEnumerable
return IEnumerable