IWMSIncomingCounters Interface

banner art

Previous Next

IWMSIncomingCounters Interface

You can use the IWMSIncomingCounters interface provides methods for updating incoming counters. This object is implemented by the server.

  • Note   This interface is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008.

In addition to the methods inherited from IUnknown, the IWMSIncomingCounters interface exposes the following methods.

Method Description
AddIncomingData Allows the server to keep track of data received from an incoming client connection.
AllocateRequestedBandwidth Allocates bandwidth, in Kbps, for an incoming client connection.
ClearIncomingStats Decrements the incoming bandwidth counter by the amount of bandwidth associated with an incoming client connection.

See Also

Previous Next