GrainTimerCreationOptions 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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 지정합니다.