C# Class OpenIDE.Core.Commands.CommandMessage

Show file Open project: continuoustests/OpenIDE Class Usage Examples

Public Methods

Method Description
CommandMessage ( string command, string correlationID, IEnumerable arguments ) : System
New ( string args ) : CommandMessage
ToString ( ) : string

Private Methods

Method Description
getRemainingChunks ( List chunks ) : IEnumerable
splitMessage ( string message ) : List

Method Details

CommandMessage() public method

public CommandMessage ( string command, string correlationID, IEnumerable arguments ) : System
command string
correlationID string
arguments IEnumerable
return System

New() public static method

public static New ( string args ) : CommandMessage
args string
return CommandMessage

ToString() public method

public ToString ( ) : string
return string