PersistentStateAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定其应用于的 IPersistentState<TState> 构造函数参数的选项。
[System.AttributeUsage(System.AttributeTargets.Parameter)]
public class PersistentStateAttribute : Attribute, Orleans.IFacetMetadata, Orleans.Runtime.IPersistentStateConfiguration
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
type PersistentStateAttribute = class
inherit Attribute
interface IFacetMetadata
interface IPersistentStateConfiguration
Public Class PersistentStateAttribute
Inherits Attribute
Implements IFacetMetadata, IPersistentStateConfiguration
- 继承
-
PersistentStateAttribute
- 属性
- 实现
构造函数
PersistentStateAttribute(String, String) |
初始化 PersistentStateAttribute 类的新实例。 |
属性
StateName |
获取状态的名称。 |
StorageName |
获取存储提供程序的名称。 |