[This is preliminary documentation and is subject to change.]
Sets 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 SetVariable(
TrafficDirection direction,
string address,
string varName,
int value
)
void SetVariable(
TrafficDirection direction,
string address,
string varName,
int value
)
Sub SetVariable (
direction As TrafficDirection,
address As String,
varName As String,
value As Integer
)
Sub SetVariable (
direction As TrafficDirection,
address As String,
varName As String,
value As Integer
)
void SetVariable(
TrafficDirection direction,
String^ address,
String^ varName,
int value
)
void SetVariable(
TrafficDirection direction,
String^ address,
String^ varName,
int value
)
abstract SetVariable :
direction : TrafficDirection *
address : string *
varName : string *
value : int -> unit
abstract SetVariable :
direction : TrafficDirection *
address : string *
varName : string *
value : int -> unit