WaitForCompletion Property
In This Topic
Determines whether the task waits for the job to complete
Syntax
'Declaration
Public Property WaitForCompletion As Boolean
public bool WaitForCompletion {get; set;}
public:
property bool WaitForCompletion {
bool get();
void set ( bool value);
}
See Also