You are here: Start » AVL.NET » ProcessHelper Class

ProcessHelper Class

Helper class that allows to break currently executing functions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

 ConstructorDescription
ProcessHelper()

Properties

 NameTypeDescription
CurrentFunctionProgressSystem.Single

Methods

 NameDescription
CancelCurrentFunction()Notifies currently executing function to return. The function will return as quick as possible but the actual return time depends on function.
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also