次の方法で共有


ContentStream(Guid, PayloadStreamAssembler) コンストラクター

定義

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

public ContentStream(Guid id, Microsoft.Bot.Streaming.Payloads.PayloadStreamAssembler assembler);
new Microsoft.Bot.Streaming.Payloads.ContentStream : Guid * Microsoft.Bot.Streaming.Payloads.PayloadStreamAssembler -> Microsoft.Bot.Streaming.Payloads.ContentStream
Public Sub New (id As Guid, assembler As PayloadStreamAssembler)

パラメーター

id
Guid

このインスタンスに割り当てられた ID。

assembler
PayloadStreamAssembler

PayloadStreamAssemblerこのインスタンスに割り当てられた 。

適用対象