using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Threading
{
/// Represents a method to be called when a is signaled or times out.
/// An object containing information to be used by the callback method each time it executes.
///
/// if the timed out; if it was signaled.
// Token: 0x02000350 RID: 848
// (Invoke) Token: 0x06001FEA RID: 8170
[Token(Token = "0x2000350")]
[ComVisible(true)]
public delegate void WaitOrTimerCallback(object state, bool timedOut);
}