WorkflowInstance.OnBeginAssociateKeys Methode

Definitie

Wordt aangeroepen door de werkstroomruntime om de host op de hoogte te stellen dat er nieuwe exemplaarsleutels aan dit exemplaar moeten worden gekoppeld.

protected public:
 abstract IAsyncResult ^ OnBeginAssociateKeys(System::Collections::Generic::ICollection<System::Runtime::DurableInstancing::InstanceKey ^> ^ keys, AsyncCallback ^ callback, System::Object ^ state);
protected internal abstract IAsyncResult OnBeginAssociateKeys(System.Collections.Generic.ICollection<System.Runtime.DurableInstancing.InstanceKey> keys, AsyncCallback callback, object state);
abstract member OnBeginAssociateKeys : System.Collections.Generic.ICollection<System.Runtime.DurableInstancing.InstanceKey> * AsyncCallback * obj -> IAsyncResult
Protected Friend MustOverride Function OnBeginAssociateKeys (keys As ICollection(Of InstanceKey), callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

keys
ICollection<InstanceKey>

De exemplaarsleutels die moeten worden gekoppeld aan dit werkstroomexemplaren.

callback
AsyncCallback

De methode die moet worden aangeroepen wanneer de bewerking is voltooid.

state
Object

Een optioneel toepassingsspecifiek object dat informatie bevat over de asynchrone bewerking.

Retouren

Een verwijzing naar de asynchrone bewerking voor het koppelen van sleutels.

Van toepassing op