FileRecordSequence.EndAppend Method
Ends an asynchronous append operation. This method cannot be inherited.
Assembly: System.IO.Log (in System.IO.Log.dll)
Parameters
- result
- Type: System.IAsyncResult
A reference to the outstanding asynchronous I/O request.
Implements
IRecordSequence.EndAppend(IAsyncResult)| Exception | Condition |
|---|---|
| ArgumentException |
result is invalid. |
| InvalidOperationException |
End has already been called for this asynchronous operation. |
| IOException |
The request cannot be performed because of an unexpected I/O exception. |
| ObjectDisposedException |
The method was called after the sequence has been disposed of. |
| OutOfMemoryException |
There is not enough memory to continue the execution of the program. |
This method blocks until the I/O operation has completed. Errors that occur during an asynchronous write request, such as a disk failure during the I/O request, become visible when EndAppend is called.
This method must be called exactly once on every IAsyncResult returned by the BeginAppend method.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.