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

Indicates whether or not the file is opened in synchronous write mode.

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

Syntax

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

Return Value

true if synchronous mode is enabled, false otherwise

See Also