IISAPIRuntime 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
.NET Framework에서 HttpWorkerRequest 개체를 만드는 데 사용되는 메서드를 정의합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
public interface class IISAPIRuntime
[System.Runtime.InteropServices.Guid("08a2c56f-7c16-41c1-a8be-432917a1a2d1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IISAPIRuntime
[<System.Runtime.InteropServices.Guid("08a2c56f-7c16-41c1-a8be-432917a1a2d1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IISAPIRuntime = interface
Public Interface IISAPIRuntime
- 파생
- 특성
메서드
| Name | Description |
|---|---|
| DoGCCollect() |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 가비지 수집을 강제합니다. |
| ProcessRequest(IntPtr, Int32) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 현재 요청을 처리하는 새 HttpWorkerRequest 개체를 만듭니다. |
| StartProcessing() |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 작업자 프로세스 파이프라인의 모든 항목 처리를 시작합니다. |
| StopProcessing() |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 작업자 프로세스 파이프라인의 항목 처리를 중지합니다. |