SetPeakMessageRate Method

This method can be used to configure the peak message delivery rate for a specified server instance.

IDL Definition

HRESULT SetPeakMessageRate(
[in] long rate, 
[in] long time_start, 
[in] long time_stop
);

Parameters

rate

the peak message rate in units of messages per second

time_start

the time the delivery will begin

time_stop

the time the delivery will stop

Return Values

a standard HRESULT value

Remarks


© 1997-1998 Microsoft Corporation. All rights reserved.