RhinoCommon API
ISettingsWriteErrorService Interface |
[Missing <summary> documentation for "T:Rhino.Runtime.ISettingsWriteErrorService"]
Namespace: Rhino.Runtime
Assembly: RhinoCommon (in RhinoCommon.dll)
The ISettingsWriteErrorService type exposes the following members.
| Name | Description | |
|---|---|---|
| GeErrorInfo |
Gets the number of failed write attempts as well as successful writes
since the first reported failure.
| |
| LogFailure |
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.
| |
| LogSuccess |
If there is a entry for this settings file then increment the settings
file successfully saved counter otherwise; do nothing.
|