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

Inheritance: IDebugWriter
Datei anzeigen Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method 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 method

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

Write() public method

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.
return void

Write() public method

public Write ( string serializeObject ) : void
serializeObject string
return void