Language

AgentServiceRegistrationAttribute Class

Definition

Declares an Agents SDK extension service registrar.

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

Constructors

Name Description
AgentServiceRegistrationAttribute(Type)

Declares an Agents SDK extension service registrar.

Properties

Name Description
RegistrarType

Gets the extension service registrar type.

Applies to