SimpleDataQueuePut Method |
Name | Description | |
---|---|---|
Put(Double) |
Store new data element in queue. This method for static automatic managed or single queue.
Do not call it for manually managed queue or dynamic automatic queue (ManualControl, AutoDynamic types).
Note: Please do not use both with and without DateTime method for one queue instance.
| |
Put(Double, DateTime) |
Stores new data element in queue. This method for automatic managed or single element queue.
Do not call it for manually managed queue or dynamic automatic queue (ManualControl type).
Note: Please do not use both with and without DateTime method for one queue instance.
|