C# Class FSClient.DelayedFunction

ファイルを表示 Open project: mitchcapper/FSClient Class Usage Examples

Public Methods

Method Description
DelayedCall ( String key, System.Action action, int ms ) : void

Private Methods

Method Description
timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

DelayedCall() public static method

public static DelayedCall ( String key, System.Action action, int ms ) : void
key String
action System.Action
ms int
return void