C# Class vim.ReplyResult

Afficher le fichier Open project: continuoustests/EditorEngine Class Usage Examples

Méthodes publiques

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

Method Details

AnsweredBy() public méthode

public AnsweredBy ( string message ) : bool
message string
Résultat bool

ReplyResult() public méthode

public ReplyResult ( int correlationID, int>.Func correlationFromReply ) : System
correlationID int
correlationFromReply int>.Func
Résultat System

SetReply() public méthode

public SetReply ( string reply ) : void
reply string
Résultat void