C# Class PureCat.Message.Internals.NullMessage

Inheritance: ITransaction, IEvent, IMetric, ITrace, IHeartbeat, ITaggedTransaction, IForkedTransaction
Afficher le fichier Open project: chinaboard/PureCat

Méthodes publiques

Méthode 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 méthode

public AddChild ( IMessage message ) : ITransaction
message IMessage
Résultat ITransaction

AddData() public méthode

public AddData ( string keyValuePairs ) : void
keyValuePairs string
Résultat void

AddData() public méthode

public AddData ( string key, object value ) : void
key string
value object
Résultat void

Bind() public méthode

public Bind ( string tag, string childMessageId, string title ) : void
tag string
childMessageId string
title string
Résultat void

Complete() public méthode

public Complete ( ) : void
Résultat void

Fork() public méthode

public Fork ( ) : void
Résultat void

HasChildren() public méthode

public HasChildren ( ) : bool
Résultat bool

IsCompleted() public méthode

public IsCompleted ( ) : bool
Résultat bool

IsSuccess() public méthode

public IsSuccess ( ) : bool
Résultat bool

SetStatus() public méthode

public SetStatus ( Exception e ) : void
e System.Exception
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void