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