ISimpleWorkItemAsyncStateWatcher Interface

Definition

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

public interface class ISimpleWorkItemAsyncStateWatcher
public interface ISimpleWorkItemAsyncStateWatcher
type ISimpleWorkItemAsyncStateWatcher = interface
Public Interface ISimpleWorkItemAsyncStateWatcher

Properties

Completed

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

PendingAsyncStates

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

Methods

Add(ISimpleWorkItemAsyncState)

Adds an async state to the pool of watched states.

Poll()

Polls the async states for completion.

Applies to