ActorServiceAttribute Class

Definition

Represents the attributes that allows configuring the properties of the actor service. The attribute is applied on the actor type.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class ActorServiceAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type ActorServiceAttribute = class
    inherit Attribute
Public NotInheritable Class ActorServiceAttribute
Inherits Attribute
Inheritance
ActorServiceAttribute
Attributes

Constructors

ActorServiceAttribute()

Initializes a new instance of the ActorServiceAttribute class.

Properties

Name

Gets or sets the relative name of the actor service. This name will be combined with the application name to provide the full name of the actor service.

Applies to