Delen via


ContentStream(Guid, PayloadStreamAssembler) Constructor

Definitie

Initialiseert een nieuw exemplaar van de ContentStream klasse.

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

De id die aan dit exemplaar is toegewezen.

assembler
PayloadStreamAssembler

De PayloadStreamAssembler die is toegewezen aan dit exemplaar.

Van toepassing op