iControl.SystemHAGroup.Beginget_pool_attribute_threshold C# (CSharp) Méthode

Beginget_pool_attribute_threshold() public méthode

public Beginget_pool_attribute_threshold ( string ha_groups, string pools, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
pools string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_pool_attribute_threshold(string [] ha_groups,string [] [] pools, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_pool_attribute_threshold", new object[] {
            ha_groups,
            pools}, callback, asyncState);
        }
SystemHAGroup