Set AsyncMode to True to enable asynchronous input/output operations.

When asynchronous mode is enabled, each input/output method creates a new thread that executes the task then the called method returns without waiting for the end of the task.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool AsyncMode { get; set; }
Public Property AsyncMode As Boolean
	Get
	Set
public:
property bool AsyncMode {
	bool get ();
	void set (bool value);
}

See Also