다음을 통해 공유


GrainTimerCreationOptions 생성자

정의

오버로드

GrainTimerCreationOptions()
사용되지 않음.

곡물 타이머를 만들기 위한 옵션입니다.

GrainTimerCreationOptions(TimeSpan, TimeSpan)

GrainTimerCreationOptions 인스턴스를 초기화합니다.

GrainTimerCreationOptions()

주의

Constructors of types with required members are not supported in this version of your compiler.

곡물 타이머를 만들기 위한 옵션입니다.

[System.Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)]
public GrainTimerCreationOptions ();
Public Sub New ()
특성

적용 대상

GrainTimerCreationOptions(TimeSpan, TimeSpan)

GrainTimerCreationOptions 인스턴스를 초기화합니다.

public GrainTimerCreationOptions (TimeSpan dueTime, TimeSpan period);
new Orleans.Runtime.GrainTimerCreationOptions : TimeSpan * TimeSpan -> Orleans.Runtime.GrainTimerCreationOptions
Public Sub New (dueTime As TimeSpan, period As TimeSpan)

매개 변수

dueTime
TimeSpan

IGrainTimer 생성될 때 지정된 콜백 메서드를 호출하기 전에 지연할 시간을 나타내는 TimeSpan. 타이머가 시작되지 않도록 InfiniteTimeSpan 지정합니다. 타이머를 즉시 시작할 Zero 지정합니다.

period
TimeSpan

IGrainTimer 생성될 때 지정된 콜백 메서드 호출 사이의 시간 간격입니다. 주기적 신호를 사용하지 않도록 설정하려면 InfiniteTimeSpan 지정합니다.

적용 대상