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
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public static void SealStream(
	string stream
)
Visual Basic
Public Shared Sub SealStream ( _
	stream As String _
)
Visual C++
public:
static void SealStream(
	String^ stream
)

Parameters

stream
Type: String
Stream to seal

See Also