docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ScheduleSend

    ScheduleSend(ref SendJobArguments, JobHandle)

    Schedule a send job. This job's responsibility is to flush any data stored in SendQueue to the network.

    Declaration
    public JobHandle ScheduleSend(ref SendJobArguments sendJobArguments, JobHandle dep)
    Parameters
    Type Name Description
    SendJobArguments sendJobArguments
    JobHandle dep

    Handle to any dependency the send job has (use default if none).

    Returns
    Type Description
    JobHandle

    Handle to the newly-schedule job.

    Implements
    INetworkInterface.ScheduleSend(ref SendJobArguments, JobHandle)
    In This Article
    Back to top
    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