Show / Hide Table of Contents

Class FailedDeletionEntry

Inheritance
System.Object
FailedDeletionEntry
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 FailedDeletionEntry

Constructors

FailedDeletionEntry(String, Int32)

Declaration
public FailedDeletionEntry(string recordingID, int failedAttempts)
Parameters
Type Name Description
System.String recordingID
System.Int32 failedAttempts

Methods

IncrementAttempt()

Declaration
public FailedDeletionEntry IncrementAttempt()
Returns
Type Description
FailedDeletionEntry

MatchesID(String)

Declaration
public bool MatchesID(string recordingID)
Parameters
Type Name Description
System.String recordingID
Returns
Type Description
System.Boolean

RecordingID()

Declaration
public string RecordingID()
Returns
Type Description
System.String
Back to top Generated by DocFX