次の方法で共有


AmbiguousActorIdResolverAttribute クラス

定義

クラスが の実装 IAmbiguousActorIdResolverであることを表します。 この実装は、重要なアクター ストレージ キーを解決するために使用されます。 この属性で注釈が付けられたクラスは複数存在する可能性があります。 その場合、すべてのリゾルバーが順番に試行されます。

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

コンストラクター

AmbiguousActorIdResolverAttribute()

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

適用対象