ILNumerics.Net
Suspend Method

ILNumerics.Net - numeric computing and plotting for .NET

ILNumerics.AlgorithmsILAsyncAlgorithmSuspend()()()
ILNumerics.Net - numeric computing for .NET
halt the algorithm
Declaration Syntax
C#Visual BasicVisual C++
public bool Suspend()
Public Function Suspend As Boolean
public:
bool Suspend()
Return Value
true if the algorithm was suspended successfully. False otherwise.
Remarks
An algorithm which has suspended may later be resumed. Calling this method on an algorithm which is not running will have no effect and return true.

This method will be called in the context of the algorithm caller thread.

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