iControl.LocalLBProfileSPM.Beginadd_high_precedence_global_policy C# (CSharp) Méthode

Beginadd_high_precedence_global_policy() public méthode

public Beginadd_high_precedence_global_policy ( string profile_names, string policies, System callback, object asyncState ) : System.IAsyncResult
profile_names string
policies string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginadd_high_precedence_global_policy(string [] profile_names,string [] [] policies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_high_precedence_global_policy", new object[] {
            profile_names,
            policies}, callback, asyncState);
        }
LocalLBProfileSPM