Sets the maximum size of the messages sent to the client by the Historical Server.

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int HistoricalRequestSize { get; set; }
Visual Basic
Public Property HistoricalRequestSize As Integer
	Get
	Set
JScript
function get HistoricalRequestSize () : int
function set HistoricalRequestSize (value : int)

See Also