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

Endget_cluster_weight() public méthode

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