iControl.GlobalLBGlobals.Endget_default_probe_limit C# (CSharp) 메소드

Endget_default_probe_limit() 공개 메소드

public Endget_default_probe_limit ( System asyncResult ) : long
asyncResult System
리턴 long
        public long Endget_default_probe_limit(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long)(results[0]));
        }
GlobalLBGlobals