ISimpleWorkItemAsyncStateWatcher Interface

 

Represents an object that watches async states defined by simple work items.

Namespace:   Microsoft.SqlServer.Management.TaskForms
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public interface class ISimpleWorkItemAsyncStateWatcher

NameDescription
System_CAPS_pubpropertyCompleted

Checks whether all states have been updated and more polling is needed.

System_CAPS_pubpropertyPendingAsyncStates

Gets the async states that hasn't been updated yet.

NameDescription
System_CAPS_pubmethodAdd(ISimpleWorkItemAsyncState^)

Adds an async state to the pool of watched states.

System_CAPS_pubmethodPoll()

Polls the async states for completion.

Return to top
Show: