Custom awaiter to control continuation execution on the ConnectorSynchronizationContext This awaiter always passes the continuation to the connector's queue.
More...
Public Member Functions | |
| SynchronizationContextQueueAwaiter (SynchronizationContext context) | |
| void | OnCompleted (Action continuation) |
| void | GetResult () |
Properties | |
| bool | IsCompleted [get] |
Custom awaiter to control continuation execution on the ConnectorSynchronizationContext This awaiter always passes the continuation to the connector's queue.
| ATAS.DataFeedsCore.AsyncConnector< TPortfolioKey, TSecurityKey >.SynchronizationContextQueueAwaiter.SynchronizationContextQueueAwaiter | ( | SynchronizationContext | context | ) |
| void ATAS.DataFeedsCore.AsyncConnector< TPortfolioKey, TSecurityKey >.SynchronizationContextQueueAwaiter.GetResult | ( | ) |
| void ATAS.DataFeedsCore.AsyncConnector< TPortfolioKey, TSecurityKey >.SynchronizationContextQueueAwaiter.OnCompleted | ( | Action | continuation | ) |
|
get |