ISimpleWorkItemAsyncStateWatcher.Add(ISimpleWorkItemAsyncState) 메서드

정의

감시되는 상태 풀에 비동기 상태를 추가합니다.

public:
 Microsoft::SqlServer::Management::TaskForms::ISimpleWorkItemAsyncState ^ Add(Microsoft::SqlServer::Management::TaskForms::ISimpleWorkItemAsyncState ^ asyncState);
public Microsoft.SqlServer.Management.TaskForms.ISimpleWorkItemAsyncState Add (Microsoft.SqlServer.Management.TaskForms.ISimpleWorkItemAsyncState asyncState);
abstract member Add : Microsoft.SqlServer.Management.TaskForms.ISimpleWorkItemAsyncState -> Microsoft.SqlServer.Management.TaskForms.ISimpleWorkItemAsyncState
Public Function Add (asyncState As ISimpleWorkItemAsyncState) As ISimpleWorkItemAsyncState

매개 변수

asyncState
ISimpleWorkItemAsyncState

폴링될 비동기 상태입니다.

반환

새로 추가된 비동기 상태이거나, 동일한 비동기 상태가 이미 있는 경우 기존 비동기 상태입니다.

적용 대상