Microsoft Chat Server SDK Reference

MessageLag Property

This property contains the time interval in seconds before processing messages from members of the class.

Syntax

Lag = ChatClass.MessageLag
ChatClass.MessageLag = Lag

Parameters

Lag
A value representing the processing delay in seconds for all messages from members of this class.

Remarks

By default, the value of this property is 0 (no lag). You can set a value from 0 to 10 seconds.


© 1998 Microsoft Corporation. All rights reserved.