ActorServiceAttribute 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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET