IISAPIRuntime 인터페이스

정의

.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는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

작업자 프로세스 파이프라인에 있는 항목의 처리를 중지합니다.

적용 대상

추가 정보