CloseArchiveWriteStream Method (archiveNumber, archiveName, stream)

DTF API

Copy image CopyHover image
Deployment Tools Foundation CloseArchiveWriteStream Method (archiveNumber, archiveName, stream)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionIPackStreamContextCloseArchiveWriteStream(Int32, String, Stream)
Closes a stream where an archive package was written.
Declaration Syntax
C# Visual Basic Visual C++ F#
void CloseArchiveWriteStream(
	int archiveNumber,
	string archiveName,
	Stream stream
)
Sub CloseArchiveWriteStream ( 
	archiveNumber As Integer,
	archiveName As String,
	stream As Stream
)
void CloseArchiveWriteStream(
	int archiveNumber, 
	String^ archiveName, 
	Stream^ stream
)
abstract CloseArchiveWriteStream : 
        archiveNumber : int * 
        archiveName : string * 
        stream : Stream -> unit 
Parameters
archiveNumber (Int32)
The 0-based index of the archive within the chain.
archiveName (String)
The name of the archive that was previously returned by GetArchiveName(Int32).
stream (Stream)
A stream that was previously returned by OpenArchiveWriteStream(Int32, String, Boolean, CompressionEngine) and is now ready to be closed.
Remarks
If there is another archive package in the chain, then after this stream is closed a new stream will be opened.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)