iControl.GlobalLBGlobals.Beginget_rtt_sample_count C# (CSharp) Method

Beginget_rtt_sample_count() public method

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