[This is preliminary documentation and is subject to change.]
Increases the named variable in the network scope which this specified traffic falls under
Namespace: NFX.IO.Net.GateAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
void IncreaseVariable(
TrafficDirection direction,
string address,
string varName,
int value
)
void IncreaseVariable(
TrafficDirection direction,
string address,
string varName,
int value
)
Sub IncreaseVariable (
direction As TrafficDirection,
address As String,
varName As String,
value As Integer
)
Sub IncreaseVariable (
direction As TrafficDirection,
address As String,
varName As String,
value As Integer
)
void IncreaseVariable(
TrafficDirection direction,
String^ address,
String^ varName,
int value
)
void IncreaseVariable(
TrafficDirection direction,
String^ address,
String^ varName,
int value
)
abstract IncreaseVariable :
direction : TrafficDirection *
address : string *
varName : string *
value : int -> unit
abstract IncreaseVariable :
direction : TrafficDirection *
address : string *
varName : string *
value : int -> unit