iControl.LocalLBProfileFastHttp.Beginset_default_profile C# (CSharp) Method

Beginset_default_profile() public method

public Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
profile_names string
defaults string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_default_profile(string [] profile_names,string [] defaults, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_default_profile", new object[] {
            profile_names,
            defaults}, callback, asyncState);
        }
LocalLBProfileFastHttp