다음을 통해 공유


SessionOptions.IOTimeout 속성

정의

저장소에서 세션을 로드하거나 저장소로 다시 커밋할 수 있는 최대 시간입니다. 이는 비동기 작업에만 적용될 수 있습니다. 이 시간 제한은 InfiniteTimeSpan을 사용하여 사용하지 않도록 설정할 수 있습니다.

public:
 property TimeSpan IOTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan IOTimeout { get; set; }
member this.IOTimeout : TimeSpan with get, set
Public Property IOTimeout As TimeSpan

속성 값

적용 대상