次の方法で共有


DispatchSource.Timer コンストラクター

定義

オーバーロード

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

適用対象

DispatchSource.Timer(IntPtr, Boolean)

public Timer (IntPtr handle, bool owns);
new CoreFoundation.DispatchSource.Timer : nativeint * bool -> CoreFoundation.DispatchSource.Timer

パラメーター

handle
IntPtr

nativeint

owns
Boolean

適用対象