iControl.GlobalLBProberPool.Beginget_statistics C# (CSharp) 메소드

Beginget_statistics() 공개 메소드

public Beginget_statistics ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_statistics(string [] pools, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_statistics", new object[] {
            pools}, callback, asyncState);
        }
GlobalLBProberPool