docs.unity3d.com
    Show / Hide Table of Contents

    Class SoakClientJobManager

    Inheritance
    Object
    SoakClientJobManager
    Namespace: Unity.Networking.Transport.Samples
    Syntax
    public class SoakClientJobManager : IDisposable

    Constructors

    SoakClientJobManager(Int32, Int32, Int32, Int32)

    Declaration
    public SoakClientJobManager(int clientCount, int packetsPerSecond, int packetSize, int duration)
    Parameters
    Type Name Description
    Int32 clientCount
    Int32 packetsPerSecond
    Int32 packetSize
    Int32 duration

    Methods

    ClientInfos()

    Declaration
    public string[] ClientInfos()
    Returns
    Type Description
    String[]

    Dispose()

    Declaration
    public void Dispose()

    Done()

    Declaration
    public bool Done()
    Returns
    Type Description
    Boolean

    Sample()

    Declaration
    public NativeArray<SoakStatisticsPoint> Sample()
    Returns
    Type Description
    NativeArray<SoakStatisticsPoint>

    Start()

    Declaration
    public void Start()

    Stop()

    Declaration
    public void Stop()

    Sync()

    Declaration
    public void Sync()

    Update()

    Declaration
    public void Update()
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023