WaitStatus Enumeration

CVB.Net Documentation

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public enum WaitStatus
Members

  Member nameValueDescription
Ok0 Image was returned normally.
Timeout1 No image was returned because the operation timed out.
Abort2 No image was returned because the operation was Aborted.
Remarks

You can use the methods with this overload to not generate exceptions in the cases or Abort.

With the Stemmer.Cvb.Async methods we follow the .Net idiom of setting the Task to canceled (see IsCanceled) resulting in OperationCanceledException when using .

See Also

Reference