[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)
public virtual void IncreaseVariable(
TrafficDirection direction,
string address,
string varName,
int value
)
public virtual void IncreaseVariable(
TrafficDirection direction,
string address,
string varName,
int value
)
Public Overridable Sub IncreaseVariable (
direction As TrafficDirection,
address As String,
varName As String,
value As Integer
)
Public Overridable Sub IncreaseVariable (
direction As TrafficDirection,
address As String,
varName As String,
value As Integer
)
public:
virtual void IncreaseVariable(
TrafficDirection direction,
String^ address,
String^ varName,
int value
)
public:
virtual void IncreaseVariable(
TrafficDirection direction,
String^ address,
String^ varName,
int value
)
abstract IncreaseVariable :
direction : TrafficDirection *
address : string *
varName : string *
value : int -> unit
override IncreaseVariable :
direction : TrafficDirection *
address : string *
varName : string *
value : int -> unit
abstract IncreaseVariable :
direction : TrafficDirection *
address : string *
varName : string *
value : int -> unit
override IncreaseVariable :
direction : TrafficDirection *
address : string *
varName : string *
value : int -> unit
Implements
INetGate IncreaseVariable(TrafficDirection, String, String, Int32)