ISimpleWorkItemAsyncStateWatcher.Add(ISimpleWorkItemAsyncState) Método

Definición

Agrega un estado asincrónico al grupo de estados supervisados.

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

Parámetros

asyncState
ISimpleWorkItemAsyncState

Estado asincrónicos que debe sondearse.

Devoluciones

El estado asincrónico que se acaba de agregar o uno existente si ya existe uno idéntico.

Se aplica a