InstanceStore.DefaultInstanceOwner Propriété
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.
Obtient ou définit le propriétaire d'instance par défaut.
public:
property System::Runtime::DurableInstancing::InstanceOwner ^ DefaultInstanceOwner { System::Runtime::DurableInstancing::InstanceOwner ^ get(); void set(System::Runtime::DurableInstancing::InstanceOwner ^ value); };
public System.Runtime.DurableInstancing.InstanceOwner DefaultInstanceOwner { get; set; }
member this.DefaultInstanceOwner : System.Runtime.DurableInstancing.InstanceOwner with get, set
Public Property DefaultInstanceOwner As InstanceOwner
Valeur de propriété
Propriétaire d'instance par défaut.
Remarques
Certains hôtes déduisent le propriétaire d'instance à utiliser en lisant cette propriété. WorkflowApplication peut utiliser cette propriété. WorkflowServiceHost n'utilise pas cette propriété.
La propriété DefaultInstanceOwner doit avoir la valeur null lorsqu’elle n’est plus nécessaire. Les objets InstanceStore peuvent ne pas être récupérés par le garbage collector si DefaultInstanceOwner n'a pas la valeur Null.
Avertissement
Même si cette méthode est déclarée comme virtual
étant au lieu de abstract
, il n’y a pas d’implémentation. Cette méthode doit être remplacée pour fournir des fonctionnalités.