C# 클래스 Dev2.Activities.Specs.Toolbox.ControlFlow.Sequence.TestDebugWriter

상속: IDebugWriter
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

TestDebugWriter() 공개 메소드

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

Write() 공개 메소드

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.
리턴 void

Write() 공개 메소드

public Write ( string serializeObject ) : void
serializeObject string
리턴 void