Seals the last extent in a Cosmos stream. Seal happens automatically when calling AppendFile(), but if you are uploading using Append() you may want to call this when you know there will be no more data to upload.

Namespace: VcClient.Test
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public delegate void SealStream(
	string stream
)
Visual Basic
Public Delegate Sub SealStream ( _
	stream As String _
)
Visual C++
public delegate void SealStream(
	String^ stream
)

Parameters

stream
Type: String
Stream to seal

See Also