ISettingsWriteErrorService Interface

ISettingsWriteErrorService Interface

[Missing <summary> documentation for "T:Rhino.Runtime.ISettingsWriteErrorService"]

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public interface ISettingsWriteErrorService
Public Interface ISettingsWriteErrorService

The ISettingsWriteErrorService type exposes the following members.

Methods
  NameDescription
Public methodGeErrorInfo
Gets the number of failed write attempts as well as successful writes since the first reported failure.
Public methodLogFailure
If there is a entry for this settings file increment the failure counter otherwise create a new entry and set the failure count to one.
Public methodLogSuccess
If there is a entry for this settings file then increment the settings file successfully saved counter otherwise; do nothing.
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also