DispatchSource.Timer 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DispatchSource.Timer(DispatchQueue) |
创建将定期调用的计时器调度源。 |
DispatchSource.Timer(IntPtr) | |
DispatchSource.Timer(Boolean, DispatchQueue) | |
DispatchSource.Timer(IntPtr, Boolean) |
DispatchSource.Timer(DispatchQueue)
创建将定期调用的计时器调度源。
public Timer (CoreFoundation.DispatchQueue queue = null);
new CoreFoundation.DispatchSource.Timer : CoreFoundation.DispatchQueue -> CoreFoundation.DispatchSource.Timer
参数
- queue
- DispatchQueue
此调度源对象的目标队列。 传递 null 以使用默认目标队列 (默认优先级全局并发队列) 。
适用于
DispatchSource.Timer(IntPtr)
public Timer (IntPtr handle);
new CoreFoundation.DispatchSource.Timer : nativeint -> CoreFoundation.DispatchSource.Timer
参数
- handle
-
IntPtr
nativeint
适用于
DispatchSource.Timer(Boolean, DispatchQueue)
public Timer (bool strict = false, CoreFoundation.DispatchQueue queue = null);
new CoreFoundation.DispatchSource.Timer : bool * CoreFoundation.DispatchQueue -> CoreFoundation.DispatchSource.Timer
参数
- strict
- Boolean
- queue
- DispatchQueue