C# Class Dev2.Activities.Specs.Toolbox.ControlFlow.Sequence.TestDebugWriter

Inheritance: IDebugWriter
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
TestDebugWriter ( ) : System

Initializes a new instance of the T:System.Object class.

Write ( IDebugState debugState ) : void

Writes the given state. This must implement the one-way (fire and forget) message exchange pattern.

Write ( string serializeObject ) : void

Method Details

TestDebugWriter() public méthode

Initializes a new instance of the T:System.Object class.
public TestDebugWriter ( ) : System
Résultat System

Write() public méthode

Writes the given state. This must implement the one-way (fire and forget) message exchange pattern.
public Write ( IDebugState debugState ) : void
debugState IDebugState The state to be written.
Résultat void

Write() public méthode

public Write ( string serializeObject ) : void
serializeObject string
Résultat void