If the AlarmSubscription associated with the grid is an historical subscription, jumps to the last page

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

Syntax

C#
[ObsoleteAttribute("Paging is not supported anymore due to the limitations of the UA stack. Use MORE method instead once you want to get more data")]
public void Last()
Visual Basic
<ObsoleteAttribute("Paging is not supported anymore due to the limitations of the UA stack. Use MORE method instead once you want to get more data")> _
Public Sub Last
JScript
public function Last()

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionThe operation is allowed only in runtime and for historical subscriptions

See Also