[TIBCO.EMS .NET Admin client library 7.0 documentation]

Indicates whether or not the fsync mode is used by the server when writing data to its store file.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public bool FSyncEnabled { get; }
Public ReadOnly Property FSyncEnabled As Boolean
public:
property bool FSyncEnabled {
	bool get ();
}

Return Value

true if fsync is enabled, false otherwise.

Remarks

On most platforms this is not the most efficient way to write to the store file.

See Also