ISimpleWorkItemAsyncStateWatcher.Add(ISimpleWorkItemAsyncState) Méthode

Définition

Ajoute un état asynchrone au pool d’états surveillés.

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

Paramètres

asyncState
ISimpleWorkItemAsyncState

État asynchrone à interroger.

Retours

État asynchrone récemment ajouté ou état existant si un état identique existe déjà.

S’applique à