3.9.4 Message Processing Events and Sequencing Rules

This DCOM interface inherits the IUnknown interface. Method opnum field values start with 3; opnum values 0 through 2 represent the IUnknown_QueryInterface, IUnknown_AddRef, and IUnknown_Release methods, respectively, as specified in [MS-DCOM].

The IIISApplicationAdmin interface includes the following methods.

Methods in RPC Opnum Order

Method

Description

CreateApplication

Create an application.

Opnum: 3

DeleteApplication

Delete an application.

Opnum: 4

CreateApplicationPool

Create an application pool.

Opnum: 5

DeleteApplicationPool

Delete an application pool.

Opnum: 6

EnumerateApplicationsInPool

Retrieve the names of all the applications associated with an application pool.

Opnum: 7

RecycleApplicationPool

Restart the application pool.

Opnum: 8

GetProcessMode

Retrieve the application execution mode for the IIS server.

Opnum: 9