Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| Previous | Next |
IWMSIncomingCounters.AllocateRequestedBandwidth (Visual Basic .NET)
The AllocateRequestedBandwidth method allocates bandwidth, in Kbps, for an incoming client connection.
Syntax
Parameters
dwAllocatedBandwidth
[in] UInt32 indicating the amount of bandwidth to allocate.
Return Values
This method does not return a value.
Remarks
This method should be called any time that bandwidth needs to be allocated for an incoming client connection. If the allocated bandwidth requested does not exceed the limit specified by the IWMSServerLimits.IncomingBandwidth property, then the IWMSServerCurrentCounters.IncomingBandwidth counter will be updated with this value, otherwise the AllocateRequestedBandwidth method will fail.
Requirements
Reference: Add a reference to Microsoft.WindowsMediaServices.
Namespace: Microsoft.WindowsMediaServices.Interop.
Assembly: Microsoft.WindowsMediaServices.dll.
Library: WMSServerTypeLib.dll.
Platform: Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; Windows Server 2008.
See Also
| Previous | Next |