ChannelServiceAdapterBase(IChannelServiceClientFactory, ILogger) 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.
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.