3.1.5.5 IServerHealthReport2 Interface

The IServerHealthReport2 interface inherits the IServerHealthReport interface, which in turn inherits the IUnknown interface, as specified in [MS-DCOM] section 3.1.1.5.8. Method opnum field values start with 9. Opnum values 0 through 2 represent the IUnknown::QueryInterface, AddRef, and Release methods, respectively. Opnums 3 through 8 are inherited from IServerHealthReport.

To receive incoming remote calls for this interface, the server MUST implement a DCOM object that uses the UUID {20D15747-6C48-4254-A358-65039FD8C63C}.

Methods in RPC Opnum Order

Method

Description

GetReport

Retrieves health information for the specified replication group and global health data of the DFS-R service on the server.

Opnum: 9

GetCompressedReport

Gets the health information for the specified replication group and the global health data of the DFS-R service on the server. The server MUST encode the report as a field in the format that is specified by the DFS-R compression algorithm (as specified in [MS-FRS2] section 3.1.1.1).

Opnum: 10

Note The defined methods have the same names as methods found under other opnums in the IServerHealthReport interface.