Share via


DispatchOperation.ReleaseInstanceBeforeCall 屬性

定義

取得或設定值,這個值會指定是否在分派呼叫之前回收服務物件。

public:
 property bool ReleaseInstanceBeforeCall { bool get(); void set(bool value); };
public bool ReleaseInstanceBeforeCall { get; set; }
member this.ReleaseInstanceBeforeCall : bool with get, set
Public Property ReleaseInstanceBeforeCall As Boolean

屬性值

Boolean

如果會在分派呼叫之前釋放執行個體並建立新的執行個體,則為 true,否則為 false。 預設為 false

適用於