ChatHistoryQueryOptions.ResultLimit Property

Definition

Gets or sets the result limit, indicating the maximum number of message per chat room which should be returned by this query. The Persistent Chat server imposes a maximum limit on results of backchat queries. If the requested ResultLimit exceeds the server imposed limit, the server imposed limit prevails.

public:
 property int ResultLimit { int get(); void set(int value); };
public int ResultLimit { get; set; }
member this.ResultLimit : int with get, set
Public Property ResultLimit As Integer

Property Value

The result limit.

Applies to