iControl.LocalLBProfileAuth.Beginset_configuration_name C# (CSharp) Method

Beginset_configuration_name() public method

public Beginset_configuration_name ( string profile_names, LocalLBProfileString config_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
config_names LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_configuration_name(string [] profile_names,LocalLBProfileString [] config_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_configuration_name", new object[] {
            profile_names,
            config_names}, callback, asyncState);
        }
LocalLBProfileAuth