WorkflowApplication.BeginCreateDefaultInstanceOwner Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un propriétaire d’instance par défaut de manière asynchrone à l’aide du IAsyncResult modèle de conception asynchrone.
Surcharges
| Nom | Description |
|---|---|
| BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, TimeSpan, AsyncCallback, Object) |
Crée un propriétaire d’instance par défaut de manière asynchrone à l’aide du modèle de conception asynchrone avec le magasin d’instances, l’identité de définition, le filtre d’identité, l’intervalle de délai d’expiration, le IAsyncResult rappel et l’état spécifiés. |
| BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, AsyncCallback, Object) |
Crée un propriétaire d’instance par défaut de manière asynchrone à l’aide du modèle de conception asynchrone avec le magasin d’instances, l’identité de définition, le filtre d’identité, le IAsyncResult rappel et l’état spécifiés. |
BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, TimeSpan, AsyncCallback, Object)
Crée un propriétaire d’instance par défaut de manière asynchrone à l’aide du modèle de conception asynchrone avec le magasin d’instances, l’identité de définition, le filtre d’identité, l’intervalle de délai d’expiration, le IAsyncResult rappel et l’é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 à l’état persistant de l’instance actuelle de l’application de workflow.
- definitionIdentity
- WorkflowIdentity
Identité de définition.
- identityFilter
- WorkflowIdentityFilter
Filtre d’identité.
- timeout
- TimeSpan
Intervalle dans lequel l’opération de chargement de début doit se terminer avant l’annulation de l’opération et l’opération TimeoutException est levée.
- callback
- AsyncCallback
Méthode à appeler lorsque l’opération de chargement de début est terminée.
- state
- Object
Objet facultatif spécifique à l’application qui contient des 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 manière asynchrone à l’aide du modèle de conception asynchrone avec le magasin d’instances, l’identité de définition, le filtre d’identité, le IAsyncResult rappel et l’é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 à l’état persistant de l’instance actuelle de l’application de workflow.
- definitionIdentity
- WorkflowIdentity
Identité de définition.
- identityFilter
- WorkflowIdentityFilter
Filtre d’identité.
- callback
- AsyncCallback
Méthode à appeler lorsque l’opération de chargement de début est terminée.
- state
- Object
Objet facultatif spécifique à l’application qui contient des informations sur l’opération asynchrone.
Retours
Référence à l’opération asynchrone.