Language

AgentServiceRegistrationAttribute(Type) Constructor

Definition

Declares an Agents SDK extension service registrar.

public AgentServiceRegistrationAttribute(Type registrarType);
new Microsoft.Agents.Builder.AgentServiceRegistrationAttribute : Type -> Microsoft.Agents.Builder.AgentServiceRegistrationAttribute
Public Sub New (registrarType As Type)

Parameters

registrarType
Type

A type implementing IAgentServiceRegistrar with a parameterless constructor.

Applies to