ISimpleWorkItemAsyncState Interface

 

Represents a target state that changes asynchronously as a result of execution of a simple work item.

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

public interface class ISimpleWorkItemAsyncState

NameDescription
System_CAPS_pubpropertyCompleted

Gets whether the state has been updated and more polling is needed.

System_CAPS_pubpropertyDependsOn

Gets the collection of other states that this async state depends on.

System_CAPS_pubpropertyTimeout

Gets how long the state should be polled.

NameDescription
System_CAPS_pubmethodAddDependencies(array<ISimpleWorkItemAsyncState^>^)

Adds a dependency to a dependency list.

System_CAPS_pubmethodPoll()

Polls whether the state has been updated.

Return to top
Show: