Property | Type | Description | |
---|---|---|---|
_taskIndex | ConcurrentQueue |
||
_tasks | Netronics.Ant.Ant.Transaction.Task[] |
Method | Description | |
---|---|---|
ResponseTask ( int tId, JToken o ) : void | ||
SendTask ( int index, JToken o ) : IYield | ||
Transaction ( ) : System.Collections.Concurrent |
Method | Description | |
---|---|---|
SendTask2 ( int tid, int index, JToken o ) : void |
Method | Description | |
---|---|---|
GenerateTransactionId ( ) : int |
public ResponseTask ( int tId, JToken o ) : void | ||
tId | int | |
o | JToken | |
return | void |
public SendTask ( int index, JToken o ) : IYield | ||
index | int | |
o | JToken | |
return | IYield |
protected SendTask2 ( int tid, int index, JToken o ) : void | ||
tid | int | |
index | int | |
o | JToken | |
return | void |
public Transaction ( ) : System.Collections.Concurrent | ||
return | System.Collections.Concurrent |