C# Class winmaped2.ThrottleBuffer

Mostra file Open project: Bananattack/verge3 Class Usage Examples

Public Methods

Method Description
ThrottleBuffer ( int delay, EventHandler callback ) : System
signal ( ) : void

Private Methods

Method Description
run ( ) : void

Method Details

ThrottleBuffer() public method

public ThrottleBuffer ( int delay, EventHandler callback ) : System
delay int
callback EventHandler
return System

signal() public method

public signal ( ) : void
return void