[]
Deferral used to block the event until Complete(Exception?) method is called.
public sealed class AsyncEventArgsDeferral
Name | Description |
---|---|
CancellationToken | Gets the cancellation token passed by the event raiser. |
Name | Description |
---|---|
Complete(Exception?) | Notifies the event the handler is ready to continue. |