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) |