Struct QosJob
Syntax
public struct QosJob : IJob
Constructors
QosJob(IList<QosServer>, String, UInt32, UInt64, UInt64, UInt32, UInt32, UInt32)
Declaration
public QosJob(IList<QosServer> qosServers, string title, uint requestsPerEndpoint = 5U, ulong timeoutMs = 10000UL, ulong maxWaitMs = 500UL, uint requestsBetweenPause = 10U, uint requestPauseMs = 1U, uint receiveWaitMs = 10U)
Parameters
Fields
MaxWaitMs
Declaration
Field Value
QosResults
Declaration
public NativeArray<QosResult> QosResults
Field Value
ReceiveWaitMs
Declaration
public uint ReceiveWaitMs
Field Value
RequestPauseMs
Declaration
public uint RequestPauseMs
Field Value
RequestsBetweenPause
Declaration
public uint RequestsBetweenPause
Field Value
RequestsPerEndpoint
Declaration
public uint RequestsPerEndpoint
Field Value
TimeoutMs
Declaration
Field Value
Methods
Dispose()
Disposes of any internal structures.
Caller should also call QosResults.Dispose().
Declaration
Execute()
Declaration