C# Class FastNetwork.Utils.TaskEx

task ex
Show file Open project: zhujunxxxxx/FastNetwork

Public Methods

Method Description
Delay ( int dueTime, System.Action callback ) : void

延迟执行某个动作

Method Details

Delay() public static method

延迟执行某个动作
dueTime callback is null
public static Delay ( int dueTime, System.Action callback ) : void
dueTime int
callback System.Action
return void