Class FailedSaveEntry
Inheritance
System.Object
FailedSaveEntry
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude.API.RecordingStorage.FailSafe
Assembly: Recolude.API.dll
Syntax
[Serializable]
public class FailedSaveEntry
Constructors
FailedSaveEntry(Int32, Int32)
Declaration
public FailedSaveEntry(int failedAttempts, int recEntry)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | failedAttempts | |
System.Int32 | recEntry |
Methods
GetRecEntry()
Declaration
public int GetRecEntry()
Returns
Type | Description |
---|---|
System.Int32 |
IncrementAttempt()
Declaration
public FailedSaveEntry IncrementAttempt()
Returns
Type | Description |
---|---|
FailedSaveEntry |
MatchesPath(Int32)
Declaration
public bool MatchesPath(int recEntry)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | recEntry |
Returns
Type | Description |
---|---|
System.Boolean |