public Task WriteAsync(
ContainerRecord containerRecord
)
Public Function WriteAsync (
containerRecord As ContainerRecord
) As Task
public:
Task^ WriteAsync(
ContainerRecord^ containerRecord
)
function WriteAsync(containerRecord);
[Missing <returns> documentation for "M:Gemstone.PQDIF.Logical.LogicalWriter.WriteAsync(Gemstone.PQDIF.Logical.ContainerRecord)"]
ArgumentNullException | containerRecord is null. |
ObjectDisposedException | The writer was disposed. |
InvalidOperationException | Attempt was made to write multiple container records to the file. |
InvalidDataException | The PQDIF data is invalid. |
NotSupportedException | Attempt is made to use TotalFile. - OR - Attempt is made to use PKZIP. |