C# Class Netronics.Ant.Ant.Task

Show file Open project: shlee322/Netronics Class Usage Examples

Public Methods

Method Description
GetAnt ( ) : IAnt
GetMessage ( ) : JToken
GetMessageType ( ) : int
Response ( JToken message ) : void
Task ( IAnt ant, int tid, int type, JToken msg ) : Newtonsoft.Json.Linq

Method Details

GetAnt() public method

public GetAnt ( ) : IAnt
return IAnt

GetMessage() public method

public GetMessage ( ) : JToken
return JToken

GetMessageType() public method

public GetMessageType ( ) : int
return int

Response() public method

public Response ( JToken message ) : void
message JToken
return void

Task() public method

public Task ( IAnt ant, int tid, int type, JToken msg ) : Newtonsoft.Json.Linq
ant IAnt
tid int
type int
msg JToken
return Newtonsoft.Json.Linq