If the
AlarmSubscription associated with the grid is an historical subscription, jumps to the specified 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 Jump(
int index
) |
| 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 Jump ( _
index As Integer _
) |
| JScript |
|---|
public function Jump(
index : int
) |
Parameters
- index
- Type: System..::..Int32
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException | The operation is allowed only in runtime and for historical subscriptions |
See Also