iControl.GlobalLBProberPool.Beginget_member C# (CSharp) Method

Beginget_member() public method

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