DispatchQueue.DispatchAfter 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DispatchAfter(DispatchTime, Action) |
在指定时间或之后执行此时间。 |
DispatchAfter(DispatchTime, DispatchBlock) |
DispatchAfter(DispatchTime, Action)
在指定时间或之后执行此时间。
public void DispatchAfter (CoreFoundation.DispatchTime when, Action action);
member this.DispatchAfter : CoreFoundation.DispatchTime * Action -> unit
参数
- when
- DispatchTime
执行代码块的时间。
- action
- Action
代码块将在未来某个时间执行。
适用于
DispatchAfter(DispatchTime, DispatchBlock)
public void DispatchAfter (CoreFoundation.DispatchTime when, CoreFoundation.DispatchBlock block);
member this.DispatchAfter : CoreFoundation.DispatchTime * CoreFoundation.DispatchBlock -> unit
参数
- when
- DispatchTime
- block
- DispatchBlock