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
- 파생
- 특성
메서드
DoGCCollect() |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 가비지 컬렉션을 수행하도록 합니다. |
ProcessRequest(IntPtr, Int32) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 현재 요청을 처리하기 위해 새 HttpWorkerRequest 개체를 만듭니다. |
StartProcessing() |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 작업자 프로세스 파이프라인에 있는 모든 항목의 처리를 시작합니다. |
StopProcessing() |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 작업자 프로세스 파이프라인에 있는 항목의 처리를 중지합니다. |