WorkflowApplication.BeginCreateDefaultInstanceOwner Méthode

Définition

Crée un propriétaire d'instance par défaut de façon asynchrone à l'aide du modèle de conception asynchrone IAsyncResult.

Surcharges

BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, TimeSpan, AsyncCallback, Object)

Crée un propriétaire d'instance par défaut de façon asynchrone à l'aide du modèle de design asynchrone IAsyncResult avec un magasin d'instances, une identité de définition, un filtre d'identité, un intervalle de délai d'expiration, un rappel et un état spécifiés.

BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, AsyncCallback, Object)

Crée un propriétaire d'instance par défaut de façon asynchrone à l'aide du modèle de design asynchrone IAsyncResult avec un magasin d'instances, une identité de définition, un filtre d'identité, un rappel et un état spécifiés.

BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, TimeSpan, AsyncCallback, Object)

Crée un propriétaire d'instance par défaut de façon asynchrone à l'aide du modèle de design asynchrone IAsyncResult avec un magasin d'instances, une identité de définition, un filtre d'identité, un intervalle de délai d'expiration, un rappel et un état spécifiés.

public:
 static IAsyncResult ^ BeginCreateDefaultInstanceOwner(System::Runtime::DurableInstancing::InstanceStore ^ instanceStore, System::Activities::WorkflowIdentity ^ definitionIdentity, System::Activities::WorkflowIdentityFilter identityFilter, TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
public static IAsyncResult BeginCreateDefaultInstanceOwner (System.Runtime.DurableInstancing.InstanceStore instanceStore, System.Activities.WorkflowIdentity definitionIdentity, System.Activities.WorkflowIdentityFilter identityFilter, TimeSpan timeout, AsyncCallback callback, object state);
static member BeginCreateDefaultInstanceOwner : System.Runtime.DurableInstancing.InstanceStore * System.Activities.WorkflowIdentity * System.Activities.WorkflowIdentityFilter * TimeSpan * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginCreateDefaultInstanceOwner (instanceStore As InstanceStore, definitionIdentity As WorkflowIdentity, identityFilter As WorkflowIdentityFilter, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

Paramètres

instanceStore
InstanceStore

Accès à un état persistant de l'instance actuelle de l'application de flux de travail.

definitionIdentity
WorkflowIdentity

Identité de définition.

identityFilter
WorkflowIdentityFilter

Filtre d'identité.

timeout
TimeSpan

Intervalle dans lequel l'opération de chargement doit être réalisée avant que l'opération ne soit annulée et qu'une TimeoutException ne soit levée.

callback
AsyncCallback

Méthode à appeler lorsque l'opération de chargement est terminée.

state
Object

Objet spécifique à l'application facultatif qui contient les informations sur l'opération asynchrone.

Retours

Référence à l'opération asynchrone.

S’applique à

BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, AsyncCallback, Object)

Crée un propriétaire d'instance par défaut de façon asynchrone à l'aide du modèle de design asynchrone IAsyncResult avec un magasin d'instances, une identité de définition, un filtre d'identité, un rappel et un état spécifiés.

public:
 static IAsyncResult ^ BeginCreateDefaultInstanceOwner(System::Runtime::DurableInstancing::InstanceStore ^ instanceStore, System::Activities::WorkflowIdentity ^ definitionIdentity, System::Activities::WorkflowIdentityFilter identityFilter, AsyncCallback ^ callback, System::Object ^ state);
public static IAsyncResult BeginCreateDefaultInstanceOwner (System.Runtime.DurableInstancing.InstanceStore instanceStore, System.Activities.WorkflowIdentity definitionIdentity, System.Activities.WorkflowIdentityFilter identityFilter, AsyncCallback callback, object state);
static member BeginCreateDefaultInstanceOwner : System.Runtime.DurableInstancing.InstanceStore * System.Activities.WorkflowIdentity * System.Activities.WorkflowIdentityFilter * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginCreateDefaultInstanceOwner (instanceStore As InstanceStore, definitionIdentity As WorkflowIdentity, identityFilter As WorkflowIdentityFilter, callback As AsyncCallback, state As Object) As IAsyncResult

Paramètres

instanceStore
InstanceStore

Accès à un état persistant de l'instance actuelle de l'application de flux de travail.

definitionIdentity
WorkflowIdentity

Identité de définition.

identityFilter
WorkflowIdentityFilter

Filtre d'identité.

callback
AsyncCallback

Méthode à appeler lorsque l'opération de chargement est terminée.

state
Object

Objet spécifique à l'application facultatif qui contient les informations sur l'opération asynchrone.

Retours

Référence à l'opération asynchrone.

S’applique à