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

Endget_pool_weight() public méthode

public Endget_pool_weight ( System asyncResult ) : long[][]
asyncResult System
Résultat long[][]
        public long[][] Endget_pool_weight(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [] [])(results[0]));
        }
SystemHAGroup