OutputConfigurationSetPacketsPerSecond Method |
Sets the rate at which packets will be sent (packets per second), 0 = as fast as possible.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetPacketsPerSecond(
int packetsPerSecond
)
Public Sub SetPacketsPerSecond (
packetsPerSecond As Integer
)
public:
void SetPacketsPerSecond(
int packetsPerSecond
)
member SetPacketsPerSecond :
packetsPerSecond : int -> unit
Parameters
- packetsPerSecond
- Type: SystemInt32
The rate at which packets will be sent (packets per second), 0 = as fast as possible.
See Also