ISimpleWorkItemAsyncState Interface

Definition

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

public interface class ISimpleWorkItemAsyncState
public interface ISimpleWorkItemAsyncState
type ISimpleWorkItemAsyncState = interface
Public Interface ISimpleWorkItemAsyncState

Properties

Completed

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

DependsOn

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

Timeout

Gets how long the state should be polled.

Methods

AddDependencies(ISimpleWorkItemAsyncState[])

Adds a dependency to a dependency list.

Poll()

Polls whether the state has been updated.

Applies to