ContentStream(Guid, PayloadStreamAssembler) 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.
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.