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: 0x02000336 RID: 822
// (Invoke) Token: 0x06001DE8 RID: 7656
[Token(Token = "0x2000336")]
[ComVisible(true)]
public delegate void WaitOrTimerCallback(object state, bool timedOut);
}