Freigeben über


ChannelServiceAdapterBase(IChannelServiceClientFactory, ILogger) Constructor

Definition

An adapter that implements the Activity Protocol and can be hosted in different cloud environments both public and private.

protected ChannelServiceAdapterBase(Microsoft.Agents.Builder.IChannelServiceClientFactory channelServiceClientFactory, Microsoft.Extensions.Logging.ILogger logger = default);
new Microsoft.Agents.Builder.ChannelServiceAdapterBase : Microsoft.Agents.Builder.IChannelServiceClientFactory * Microsoft.Extensions.Logging.ILogger -> Microsoft.Agents.Builder.ChannelServiceAdapterBase
Protected Sub New (channelServiceClientFactory As IChannelServiceClientFactory, Optional logger As ILogger = Nothing)

Parameters

channelServiceClientFactory
IChannelServiceClientFactory

The IConnectorFactory to use.

logger
ILogger

The ILogger implementation this adapter should use.

Applies to