다음을 통해 공유


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

적용 대상