iControl.LocalLBProfileAuth.Beginset_rule_name C# (CSharp) Method

Beginset_rule_name() public method

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