|   | Long | 
The LongSynchronizedOperation type exposes the following members.
 Properties
Properties
        | Name | Description | |
|---|---|---|
|   | IsBackground | Gets or sets whether or not the thread executing the action is a background thread. | 
|   | IsPending | Gets a value to indiate whether the synchronized operation
            has an additional operation that is pending execution after
            the currently running action has completed. (Inherited from SynchronizedOperationBase) | 
|   | IsRunning | Gets a value to indicate whether the synchronized
            operation is currently executing its action. (Inherited from SynchronizedOperationBase) | 
 See Also
See Also