C# Class Netronics.Ant.Ant.Transaction.RemoteTransaction

Inheritance: Transaction
Afficher le fichier Open project: shlee322/Netronics Class Usage Examples

Méthodes publiques

Méthode Description
AddChannel ( IChannel channel ) : void
RemoteTransaction ( RemoteAnt ant ) : System
SendResponseTask ( int tId, JToken message ) : void

Méthodes protégées

Méthode Description
SendTask2 ( int tid, int index, JToken o ) : void

Method Details

AddChannel() public méthode

public AddChannel ( IChannel channel ) : void
channel IChannel
Résultat void

RemoteTransaction() public méthode

public RemoteTransaction ( RemoteAnt ant ) : System
ant RemoteAnt
Résultat System

SendResponseTask() public méthode

public SendResponseTask ( int tId, JToken message ) : void
tId int
message JToken
Résultat void

SendTask2() protected méthode

protected SendTask2 ( int tid, int index, JToken o ) : void
tid int
index int
o JToken
Résultat void