IStreamManager.CloseStream(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.
Closes the PayloadStreamAssembler assigned to the PayloadStream with the given ID.
public void CloseStream (Guid id);
abstract member CloseStream : Guid -> unit
Public Sub CloseStream (id As Guid)
Parameters
- id
- Guid
The ID of the PayloadStream to close.