Class for cancelling long running operations.

Namespace:  BayesServer
Assembly:  BayesServer (in BayesServer.dll)
Version: 2.2.0.0 (2.2.0.0)

Syntax

C#
public sealed class Cancellation : ICancellation
Visual Basic (Declaration)
Public NotInheritable Class Cancellation _
	Implements ICancellation
Visual C++
public ref class Cancellation sealed : ICancellation

Inheritance Hierarchy

System..::.Object
  BayesServer..::.Cancellation

See Also