StreamManager.GetPayloadAssembler(Guid) Method
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.
Retrieves a PayloadStreamAssembler with the given ID if one exists, otherwise a new instance is created and assigned the given ID.
public Microsoft.Bot.Streaming.Payloads.PayloadStreamAssembler GetPayloadAssembler (Guid id);
abstract member GetPayloadAssembler : Guid -> Microsoft.Bot.Streaming.Payloads.PayloadStreamAssembler
override this.GetPayloadAssembler : Guid -> Microsoft.Bot.Streaming.Payloads.PayloadStreamAssembler
Public Function GetPayloadAssembler (id As Guid) As PayloadStreamAssembler
Parameters
- id
- Guid
The ID of the PayloadStreamAssembler to retrieve or create.
Returns
The PayloadStreamAssembler with the given ID.