C# Class SenseNet.ContentRepository.Tests.Workflow.WfWatcher

Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Properties

Property Type Description
_message string

Public Methods

Method Description
ReceiveMessage ( ) : void
SendMessage ( string message ) : void
WaitForFinished ( string &message ) : bool

Method Details

ReceiveMessage() public static method

public static ReceiveMessage ( ) : void
return void

SendMessage() public static method

public static SendMessage ( string message ) : void
message string
return void

WaitForFinished() public static method

public static WaitForFinished ( string &message ) : bool
message string
return bool

Property Details

_message public static property

public static string _message
return string