IDeliveryOptimizationFile::GetStats method

Returns download and upload stats for a specific file.

Syntax

HRESULT GetStats(
  [out] DOSwarmStats *swarmStats
);

Parameters

swarmStats [out]

Returns download and upload stats for a specific file. See the DOSwarmStats structure for details.

Return value

This method should return S_OK.

Requirements

Requirement Value
Minimum supported client
Windows 10, version 1709 [desktop apps only]
Minimum supported server
Windows Server, version 1709 [desktop apps only]
Header
Deliveryoptimization.h
IDL
DeliveryOptimization.idl
Library
Dosvc.lib
DLL
Dosvc.dll
IID
IID_IDeliveryOptimizationFile is defined as B76B9699-E99E-4101-803F-A20E325D93E2

See also

IDeliveryOptimizationFile