次の方法で共有


StreamingConnection(ILogger) コンストラクター

定義

StreamingConnection クラスの新しいインスタンスを初期化します。

protected StreamingConnection (Microsoft.Extensions.Logging.ILogger logger);
new Microsoft.Bot.Connector.Streaming.Application.StreamingConnection : Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Connector.Streaming.Application.StreamingConnection
Protected Sub New (logger As ILogger)

パラメーター

logger
ILogger

ILogger 接続の 。

適用対象