IConnectorClientFactory.MakeConnectorClient Method
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.
Make the IConnectorClient implementation.
public Microsoft.Bot.Connector.IConnectorClient MakeConnectorClient ();
abstract member MakeConnectorClient : unit -> Microsoft.Bot.Connector.IConnectorClient
Public Function MakeConnectorClient () As IConnectorClient
Returns
The IConnectorClient implementation.