QuickGraph


ICancelManager

Namespace: QuickGraph.Algorithms.Services

Instance members

Instance memberDescription
Cancel()
Signature: unit -> unit
Modifiers: abstract

Requests the component to cancel its computation

CancelRequested
Signature: IEvent<EventHandler,EventArgs>
Modifiers: abstract

Raised when the cancel method is called

CancelReseted
Signature: IEvent<EventHandler,EventArgs>
Modifiers: abstract

Raised when the cancel state has been reseted

IsCancelling
Signature: bool
Modifiers: abstract

Gets a value indicating if a cancellation request is pending.

ResetCancel()
Signature: unit -> unit
Modifiers: abstract

Resets the cancel state

Fork me on GitHub