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