|   | Asynchronous | 
 Syntax
Syntax Members
Members| Member name | Value | Description | 
|---|---|---|
| Short | 0 | Executes asynchronous operations on the thread pool (same as ShortSynchronizedOperation). | 
| Long | 1 | Executes asynchronous operations on a dedicated background thread (same as LongSynchronizedOperation). | 
 See Also
See Also