iControl.GlobalLBProberPool.Beginget_member_object_status C# (CSharp) Method

Beginget_member_object_status() public method

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