LogicalWriterWriteAsync(ContainerRecord) Method

Writes the given container record to the file stream.

Definition

Namespace: Gemstone.PQDIF.Logical
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.155 -- Release Build+8f5b6346ef345ff2b563bad5a7ce845a03fc5786
public Task WriteAsync(
	ContainerRecord containerRecord
)

Parameters

containerRecord  ContainerRecord
The container record to be written to the PQDIF file.

Return Value

Task

[Missing <returns> documentation for "M:Gemstone.PQDIF.Logical.LogicalWriter.WriteAsync(Gemstone.PQDIF.Logical.ContainerRecord)"]

Exceptions

ArgumentNullExceptioncontainerRecord is null.
ObjectDisposedExceptionThe writer was disposed.
InvalidOperationExceptionAttempt was made to write multiple container records to the file.
InvalidDataExceptionThe PQDIF data is invalid.
NotSupportedException

Attempt is made to use TotalFile.

- OR -

Attempt is made to use PKZIP.

See Also