iControl.LocalLBProfilePersistence.Beginset_rule C# (CSharp) Method

Beginset_rule() public method

public Beginset_rule ( string profile_names, LocalLBProfileString rules, System callback, object asyncState ) : System.IAsyncResult
profile_names string
rules LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_rule(string [] profile_names,LocalLBProfileString [] rules, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_rule", new object[] {
            profile_names,
            rules}, callback, asyncState);
        }
LocalLBProfilePersistence