Class RetryFailedSavesInstruction
Inheritance
System.Object
UnityEngine.CustomYieldInstruction
RetryFailedSavesInstruction
Implements
System.Collections.IEnumerator
Inherited Members
UnityEngine.CustomYieldInstruction.MoveNext()
UnityEngine.CustomYieldInstruction.Reset()
UnityEngine.CustomYieldInstruction.Current
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
public class RetryFailedSavesInstruction : CustomYieldInstruction, IEnumerator
Constructors
RetryFailedSavesInstruction(String, IBinaryStorage)
Declaration
public RetryFailedSavesInstruction(string id, IBinaryStorage fallback)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
IBinaryStorage | fallback |
Properties
keepWaiting
Declaration
public override bool keepWaiting { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
UnityEngine.CustomYieldInstruction.keepWaiting
Implements
System.Collections.IEnumerator