ILNumerics.Net
Cancel Method (timeout)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumerics.AlgorithmsILAsyncAlgorithmCancel(Int32)
ILNumerics.Net - numeric computing for .NET
Cancel the algorithm.
Declaration Syntax
C#Visual BasicVisual C++
public bool Cancel(
	int timeout
)
Public Function Cancel ( _
	timeout As Integer _
) As Boolean
public:
bool Cancel(
	int timeout
)
Parameters
timeout (Int32)
waits for at most msec milliseconds after the cancelation request was published.
Return Value
true: the algorithm has finished/ cancelled successfully. false otherwise

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)