ISimpleWorkItemAsyncStateWatcher Interface
Represents an object that watches async states defined by simple work items.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | Completed | Checks whether all states have been updated and more polling is needed. |
![]() | PendingAsyncStates | Gets the async states that hasn't been updated yet. |
| Name | Description | |
|---|---|---|
![]() | Add(ISimpleWorkItemAsyncState^) | Adds an async state to the pool of watched states. |
![]() | Poll() | Polls the async states for completion. |
Show:

