Share via


CommandResponseMiddleware.CommandHandlers Property

Definition

Gets or sets the list of ITeamsCommandHandler instances registered with the middleware.

public System.Collections.Generic.IList<Microsoft.TeamsFx.Conversation.ITeamsCommandHandler> CommandHandlers { get; }
member this.CommandHandlers : System.Collections.Generic.IList<Microsoft.TeamsFx.Conversation.ITeamsCommandHandler>
Public ReadOnly Property CommandHandlers As IList(Of ITeamsCommandHandler)

Property Value

The list of ITeamsCommandHandler instances registered with the middleware.

Applies to