PersistenceProviderFactory 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*
所有長期服務持續型提供者都需繼承此抽象類別。
public ref class PersistenceProviderFactory abstract : System::ServiceModel::Channels::CommunicationObject
public abstract class PersistenceProviderFactory : System.ServiceModel.Channels.CommunicationObject
[System.Obsolete("The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*")]
public abstract class PersistenceProviderFactory : System.ServiceModel.Channels.CommunicationObject
type PersistenceProviderFactory = class
inherit CommunicationObject
[<System.Obsolete("The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*")>]
type PersistenceProviderFactory = class
inherit CommunicationObject
Public MustInherit Class PersistenceProviderFactory
Inherits CommunicationObject
- 繼承
- 衍生
- 屬性
建構函式
PersistenceProviderFactory() |
已淘汰.
在衍生類別中實作時,初始化 PersistenceProvider 類別的新執行個體。 |
屬性
DefaultCloseTimeout |
已淘汰.
在衍生類別中覆寫時,取得提供用來讓關閉作業完成的預設時間間隔。 (繼承來源 CommunicationObject) |
DefaultOpenTimeout |
已淘汰.
在衍生類別中覆寫時,取得提供用來讓開啟作業完成的預設時間間隔。 (繼承來源 CommunicationObject) |
IsDisposed |
已淘汰.
取得值,這個值會指出是否已經處置通訊物件。 (繼承來源 CommunicationObject) |
State |
已淘汰.
取得值,這個值表示通訊物件目前的狀態。 (繼承來源 CommunicationObject) |
ThisLock |
已淘汰.
取得會在狀態轉換期間保護類別執行個體的互斥鎖定。 (繼承來源 CommunicationObject) |
方法
事件
Closed |
已淘汰.
當通訊物件轉換至已關閉狀態時發生。 (繼承來源 CommunicationObject) |
Closing |
已淘汰.
當通訊物件轉換至關閉狀態時就會發生。 (繼承來源 CommunicationObject) |
Faulted |
已淘汰.
當通訊物件轉換至錯誤狀態時發生。 (繼承來源 CommunicationObject) |
Opened |
已淘汰.
當通訊物件轉換至已開啟狀態時發生。 (繼承來源 CommunicationObject) |
Opening |
已淘汰.
當通訊物件轉換至開啟狀態時發生。 (繼承來源 CommunicationObject) |