C# Class vim.ReplyResult

Datei anzeigen Open project: continuoustests/EditorEngine Class Usage Examples

Public Methods

Method Description
AnsweredBy ( string message ) : bool
ReplyResult ( int correlationID, int>.Func correlationFromReply ) : System
SetReply ( string reply ) : void

Method Details

AnsweredBy() public method

public AnsweredBy ( string message ) : bool
message string
return bool

ReplyResult() public method

public ReplyResult ( int correlationID, int>.Func correlationFromReply ) : System
correlationID int
correlationFromReply int>.Func
return System

SetReply() public method

public SetReply ( string reply ) : void
reply string
return void