iControl.LocalLBPool.Beginget_action_on_service_down C# (CSharp) Method

Beginget_action_on_service_down() public method

public Beginget_action_on_service_down ( string pool_names, System callback, object asyncState ) : System.IAsyncResult
pool_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_action_on_service_down(string [] pool_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_action_on_service_down", new object[] {
            pool_names}, callback, asyncState);
        }
LocalLBPool