Show / Hide Table of Contents

Class LogFailedDeletionInstruction

Inheritance
System.Object
UnityEngine.CustomYieldInstruction
LogFailedDeletionInstruction
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.RecordingStorage.FailSafe
Assembly: Recolude.dll
Syntax
public class LogFailedDeletionInstruction : CustomYieldInstruction, IEnumerator

Constructors

LogFailedDeletionInstruction(String, IBinaryStorage, FailSafeOutline)

Declaration
public LogFailedDeletionInstruction(string id, IBinaryStorage fallback, FailSafeOutline outlineToEdit)
Parameters
Type Name Description
System.String id
IBinaryStorage fallback
FailSafeOutline outlineToEdit

Properties

keepWaiting

Declaration
public override bool keepWaiting { get; }
Property Value
Type Description
System.Boolean
Overrides
UnityEngine.CustomYieldInstruction.keepWaiting

Implements

System.Collections.IEnumerator
Back to top Generated by DocFX