Provides access to members that control the Cancel Tracker. Implementing class must be appartment-free, e.g. FTM.
Members
Name | Description | |
---|---|---|
![]() |
Cancel | Sets the cancel tracker to the canceled state, i.e. IsCanceled is True. |
![]() |
IsCanceled | Returns True, when the operations is canceled. |
![]() |
Reset | Sets the cancel tracker to the non-canceled state, i.e. IsCanceled is False. |
ICancelTracker.Cancel Method
Sets the cancel tracker to the canceled state, i.e. IsCanceled is True.
Public Sub Cancel ( _
)
public void Cancel (
);
ICancelTracker.IsCanceled Property
Returns True, when the operations is canceled.
Public ReadOnly Property IsCanceled As Boolean
public bool IsCanceled {get;}
ICancelTracker.Reset Method
Sets the cancel tracker to the non-canceled state, i.e. IsCanceled is False.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement ICancelTracker
Classes | Description |
---|