docs.unity.cn
    Show / Hide Table of Contents

    Delegate NetworkSendInterface.AbortSendMessageDelegate

    Will be invoked from the lower level library if sending a message was aborted.

    Namespace: Unity.Networking.Transport
    Syntax
    public delegate void AbortSendMessageDelegate(ref NetworkInterfaceSendHandle handle, IntPtr userData);
    Parameters
    Type Name Description
    NetworkInterfaceSendHandle handle
    IntPtr userData
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, March 31, 2022
    Terms of use