Property | Type | Description | |
---|---|---|---|
Time | System.DateTime |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
AllActivities ( ) : IEnumerable |
||
ChainExecutionLog ( ) : System | ||
FinishSubject ( ) : void | ||
Log ( object log ) : void | ||
LogException ( |
||
MarkFinished ( ) : void | ||
RecordBody ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope ) : void | ||
RecordBody ( object>.IDictionary |
||
RecordHeaders ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope ) : void | ||
RecordHeaders ( object>.IDictionary |
||
StartSubject ( ISubject subject ) : void | ||
Title ( ) : string | ||
ToDictionary ( ) : object>.IDictionary |
||
ToHeaderDictionary ( ) : object>.Dictionary |
||
Trace ( string description, System.Action action ) : void |
Method | Description | |
---|---|---|
requestTime ( ) : double |
public LogException ( |
||
ex | ||
return | void |
public RecordBody ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope ) : void | ||
envelope | FubuMVC.Core.ServiceBus.Runtime.Envelope | |
return | void |
public RecordBody ( object>.IDictionary |
||
env | object>.IDictionary | |
return | void |
public RecordHeaders ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope ) : void | ||
envelope | FubuMVC.Core.ServiceBus.Runtime.Envelope | |
return | void |
public RecordHeaders ( object>.IDictionary |
||
env | object>.IDictionary | |
return | void |
public StartSubject ( ISubject subject ) : void | ||
subject | ISubject | |
return | void |
public ToDictionary ( ) : object>.IDictionary |
||
return | object>.IDictionary |
public ToHeaderDictionary ( ) : object>.Dictionary |
||
return | object>.Dictionary |
public Trace ( string description, System.Action action ) : void | ||
description | string | |
action | System.Action | |
return | void |