共用方式為


ISAPIRuntime.ProcessRequest(IntPtr, Int32) 方法

定義

建立要處理目前要求的新 HttpWorkerRequest 物件。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 virtual int ProcessRequest(IntPtr ecb, int iWRType);
public int ProcessRequest (IntPtr ecb, int iWRType);
abstract member ProcessRequest : nativeint * int -> int
override this.ProcessRequest : nativeint * int -> int
Public Function ProcessRequest (ecb As IntPtr, iWRType As Integer) As Integer

參數

ecb
IntPtr

nativeint

ISAPI 擴充程式控制區塊。

iWRType
Int32

0 表示建立跨處理序 (Out-Of-Process) 要求,否則建立同處理序 (In-Process) 要求。

傳回

Int32

如果成功建立 HttpWorkerRequest,則為 0,否則為 1。

實作

適用於