ICallerContextServiceQueueBackgroundTask Method (Action, TimeSpan, CancellationToken) |
Namespace: Dundas.BI
Task QueueBackgroundTask( Action action, TimeSpan delay, CancellationToken cancellationToken )
Exception | Condition |
---|---|
ArgumentNullException | action is . |
ArgumentOutOfRangeException | delay represents a negative time interval. -or- The delay argument's TotalMilliseconds property is greater than MaxValue. |
ObjectDisposedException | The provided cancellationToken has already been disposed. |