Jaa


ContentStream(Guid, PayloadStreamAssembler) Constructor

Definition

Initializes a new instance of the ContentStream class.

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)

Parameters

id
Guid

The ID assigned to this instance.

assembler
PayloadStreamAssembler

The PayloadStreamAssembler assigned to this instance.

Applies to