AgentServiceRegistrationAttribute(Type) Constructor
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.
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.