AmbiguousActorIdResolverAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |