Microsoft Chat Server SDK Reference

OutputSaturationLimit Property

This property contains the maximum amount of output data in kilobytes that the service will buffer before closing a connection.

Syntax

Limit = ChatClass.OutputSaturationLimit
ChatClass.OutputSaturationLimit = Limit

Parameters

Limit
A value representing the maximum amount of data in kilobytes that can be buffered before a connection is dropped.

Remarks

You can set a value from 1 to 1024 kilobytes. By default, the value of this property is 64.


© 1998 Microsoft Corporation. All rights reserved.