次の方法で共有


StorageProviderAttribute クラス

定義

[Orleans.Providers.StorageProvider] 属性は、グレイン状態の永続化に使用するストレージ プロバイダーを定義するために使用されます。

グレイン<T> を拡張するすべてのグレインには、[Orleans.Providers.StorageProvider] プロパティを指定することをお勧めします。 [Orleans.Providers.StorageProvider] 属性が指定されていない場合は、"Default" ストレージ プロバイダーが使用されます。 このグレインに適したストレージ プロバイダーを見つけられない場合、グレインはサイロに読み込めません。

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class StorageProviderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type StorageProviderAttribute = class
    inherit Attribute
Public NotInheritable Class StorageProviderAttribute
Inherits Attribute
継承
StorageProviderAttribute
属性

コンストラクター

StorageProviderAttribute()

StorageProviderAttribute クラスの新しいインスタンスを初期化します。

プロパティ

ProviderName

グレイン状態の永続化に使用するプロバイダーの名前を取得または設定します。

適用対象