IWMSIncomingCounters::ClearIncomingStats

banner art

Previous Next

IWMSIncomingCounters::ClearIncomingStats

The ClearIncomingStats method decrements the incoming bandwidth counter by the amount of bandwidth associated with an incoming client connection.

Syntax

  HRESULT ClearIncomingStats();

Parameters

This method takes no parameters.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Requirements

Header: wmsincomingcounters.h.

Library: WMSServerTypeLib.dll.

Platform: Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; Windows Server 2008.

See Also

Previous Next