InterfaceISAZProvider
Interface
Used to implement a class for reading and writing session archives
Definition
Properties
BufferLocally
Whether to buffer the session archive locally first if it is opened from a network share. Network shares could be slow.
SupportsEncryption
Returns true if the session reader and writer supports password protected session archives
Methods
CreateSAZ(string)
Opens a session archive for writing to a specified file
Declaration
cs-api-definition
ISAZWriter CreateSAZ(string sFilename)
Parameters
sFilename
The full path to the session archive
Returns
An instance of a session archive writer
LoadSAZ(string)
Opens a session archive for reading from a specified file
Declaration
cs-api-definition
ISAZReader LoadSAZ(string sFilename)
Parameters
sFilename
The full path to the session archive
Returns
An instance of a session archive reader