C# Class CSPspEmu.Core.Threading.Synchronization.PspResetEvent

Show file Open project: soywiz/cspspemu

Protected Methods

Method Description
PspResetEvent ( bool InitialValue, bool AutoReset ) : System

Private Methods

Method Description
CallbackOnSet ( System.Action Action ) : void
Reset ( ) : void
Set ( ) : void

Method Details

PspResetEvent() protected method

protected PspResetEvent ( bool InitialValue, bool AutoReset ) : System
InitialValue bool
AutoReset bool
return System