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

Inheritance: TypeArguments, IInvocationContext
Afficher le fichier Open project: DarthFubuMVC/fubumvc Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( InvocationContext other ) : bool

Method Details

EnqueueCascading() public méthode

public EnqueueCascading ( object message ) : void
message object
Résultat void

Equals() protected méthode

protected Equals ( InvocationContext other ) : bool
other InvocationContext
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

InvocationContext() public méthode

public InvocationContext ( Envelope envelope, HandlerChain chain ) : System
envelope Envelope
chain HandlerChain
Résultat System

OutgoingMessages() public méthode

public OutgoingMessages ( ) : IEnumerable
Résultat IEnumerable