PersistentStateAttribute 类

定义

指定其应用于的 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

获取存储提供程序的名称。

适用于

另请参阅