다음을 통해 공유


MailboxProcessor.DefaultTimeout<'Msg> 속성(F#)

현재 기본 제한 시간을 가져오거나 설정합니다.

네임스페이스/모듈 경로: Microsoft.FSharp.Control

어셈블리: FSharp.Core(FSharp.Core.dll)

// Signatures:
member this.DefaultTimeout :  int with get, set

// Usage:
mailboxProcessor.DefaultTimeout
mailboxProcessor.DefaultTimeout <- defaultTimeout

매개 변수

  • value
    형식: int

    제한 시간(밀리초)입니다.

설명

메시지가 이 기간 동안 수신되지 않으면 MailboxProcessor에서 시간 제한 예외가 발생한 것입니다. 이 속성이 설정되지 않은 경우 시간 제한이 사용되지 않습니다.

플랫폼

Windows Windows 서버 2012, Windows Server 2008 R2, Windows 7, 8

버전 정보

F# 코어 라이브러리 버전

지원: 2.0, 4.0, 노트북

참고 항목

참조

Control.MailboxProcessor<'Msg> 클래스(F#)

Microsoft.FSharp.Control 네임스페이스(F#)