共用方式為


InstanceStore.DefaultInstanceOwner 屬性

定義

取得或設定預設執行個體擁有者。

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

屬性值

預設執行個體擁有者。

備註

有些主機會讀取這個屬性以推斷要使用的執行個體擁有者。 WorkflowApplication 可使用這個屬性。 WorkflowServiceHost 不會使用這個屬性。

當不再需要 DefaultInstanceOwner 屬性時,必須設定為 null。 如果 DefaultInstanceOwner 不是 null,InstanceStore 物件可能無法由記憶體回收。

警告

雖然這個方法宣告為 virtual ,而不是 abstract,但沒有任何實作。 必須覆寫這個方法,才能提供功能。

適用於