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.158 -- Release Build+ea0446f775a3a8e35f542595e5f1a5857a146168
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