IsolatedWindowsEnvironmentProcess.WaitForExitWithTimeout(UInt32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
더 이상 사용되지 않습니다. 호출자가 프로세스 완료에 대한 시간 제한을 지정할 수 있습니다.
public:
virtual void WaitForExitWithTimeout(unsigned int timeoutMilliseconds) = WaitForExitWithTimeout;
void WaitForExitWithTimeout(uint32_t const& timeoutMilliseconds);
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProcess is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
void WaitForExitWithTimeout(uint32_t const& timeoutMilliseconds);
public void WaitForExitWithTimeout(uint timeoutMilliseconds);
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProcess is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public void WaitForExitWithTimeout(uint timeoutMilliseconds);
function waitForExitWithTimeout(timeoutMilliseconds)
Public Sub WaitForExitWithTimeout (timeoutMilliseconds As UInteger)
매개 변수
- timeoutMilliseconds
-
UInt32
unsigned int
uint32_t
시간 제한 전에 허용되는 시간입니다.
- 특성
설명
경고
더 이상 사용되지 않는 API입니다.