[]
        
(Showing Draft Content)

C1.Core.AsyncEventArgsDeferral

AsyncEventArgsDeferral Class

Deferral used to block the event until Complete(Exception?) method is called.

Inheritance
AsyncEventArgsDeferral
Namespace: C1.Core
Assembly: C1.DataCollection.dll
Syntax
public sealed class AsyncEventArgsDeferral

Properties

Name Description
CancellationToken

Gets the cancellation token passed by the event raiser.

Methods

Name Description
Complete(Exception?)

Notifies the event the handler is ready to continue.