AmbiguousActorIdResolverAttribute Class

Definition

Represents the class is an implementation of IAmbiguousActorIdResolver. This implementation will be used to resolve ambigious actor storage keys. There can be more than one class annotated with this attribute. In that case, all the resolvers will be tried in order.

[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
Inheritance
AmbiguousActorIdResolverAttribute
Attributes

Constructors

AmbiguousActorIdResolverAttribute()

Initializes a new instance of the AmbiguousActorIdResolverAttribute class.

Applies to