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.128 -- Release Build+1b345d0ae00b8cec154a675bc1a93c4812c5641f
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