iControl.LocalLBProfileResponseAdapt.Beginget_timeout_v2 C# (CSharp) Method

Beginget_timeout_v2() public method

public Beginget_timeout_v2 ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_timeout_v2(string [] profile_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_timeout_v2", new object[] {
            profile_names}, callback, asyncState);
        }
LocalLBProfileResponseAdapt