ICancelTracker Interface

Provides access to members that control the Cancel Tracker. Implementing class must be appartment-free, e.g. FTM.

Members

Name Description
Method Cancel Sets the cancel tracker to the canceled state, i.e. IsCanceled is True.
Read-only property IsCanceled Returns True, when the operations is canceled.
Method 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.