If the
AlarmSubscription associated with the grid is an historical subscription, jumps to the first page
Namespace: Ico.AwxAssembly: 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 First() |
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 First |
JScript |
---|
public function First() |
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException | The operation is allowed only in runtime and for historical subscriptions |
See Also