iControl.GlobalLBGlobals.Beginget_rtt_packet_length C# (CSharp) Method

Beginget_rtt_packet_length() public method

public Beginget_rtt_packet_length ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_rtt_packet_length(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_rtt_packet_length", new object[0], callback, asyncState);
        }
GlobalLBGlobals