iControl.SystemHAGroup.Beginget_pool C# (CSharp) Метод

Beginget_pool() публичный Метод

public Beginget_pool ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginget_pool(string [] ha_groups, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_pool", new object[] {
            ha_groups}, callback, asyncState);
        }
SystemHAGroup