iControl.LocalLBProfilePersistence.Beginset_rule C# (CSharp) Méthode

Beginset_rule() public méthode

public Beginset_rule ( string profile_names, LocalLBProfileString rules, System callback, object asyncState ) : System.IAsyncResult
profile_names string
rules LocalLBProfileString
callback System
asyncState object
Résultat 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