This documentation is archived and is not being maintained.
RecordAppendOptions Enumeration
Visual Studio 2010
Specifies how records are appended.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.IO.LogAssembly: System.IO.Log (in System.IO.Log.dll)
| Member name | Description | |
|---|---|---|
| None | Data is written lazily. | |
| ForceAppend | The record sequence should begin the process of flushing internal buffers after this record is appended. This does not indicate that the record should be durably written before the Append operation completes. To get that behavior, specify the ForceFlush flag. | |
| ForceFlush | The record sequence should flush any internal buffers after this record is appended. When the Append operation completes, the specified record has been durably written. |
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.
Show: