IStreamManager.GetPayloadAssembler(Guid) Method

Definition

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
Public Function GetPayloadAssembler (id As Guid) As PayloadStreamAssembler

Parameters

id
Guid

The ID of the PayloadStreamAssembler to retrieve or create.

Returns

PayloadStreamAssembler

The PayloadStreamAssembler with the given ID.

Applies to