C# Class PureCat.Message.Internals.NullMessage

Inheritance: ITransaction, IEvent, IMetric, ITrace, IHeartbeat, ITaggedTransaction, IForkedTransaction
Mostrar archivo Open project: chinaboard/PureCat

Public Methods

Method Description
AddChild ( IMessage message ) : ITransaction
AddData ( string keyValuePairs ) : void
AddData ( string key, object value ) : void
Bind ( string tag, string childMessageId, string title ) : void
Complete ( ) : void
Fork ( ) : void
HasChildren ( ) : bool
IsCompleted ( ) : bool
IsSuccess ( ) : bool
SetStatus ( Exception e ) : void
Start ( ) : void

Method Details

AddChild() public method

public AddChild ( IMessage message ) : ITransaction
message IMessage
return ITransaction

AddData() public method

public AddData ( string keyValuePairs ) : void
keyValuePairs string
return void

AddData() public method

public AddData ( string key, object value ) : void
key string
value object
return void

Bind() public method

public Bind ( string tag, string childMessageId, string title ) : void
tag string
childMessageId string
title string
return void

Complete() public method

public Complete ( ) : void
return void

Fork() public method

public Fork ( ) : void
return void

HasChildren() public method

public HasChildren ( ) : bool
return bool

IsCompleted() public method

public IsCompleted ( ) : bool
return bool

IsSuccess() public method

public IsSuccess ( ) : bool
return bool

SetStatus() public method

public SetStatus ( Exception e ) : void
e System.Exception
return void

Start() public method

public Start ( ) : void
return void