iControl.GlobalLBLink.Endget_weight_type C# (CSharp) Method

Endget_weight_type() public method

public Endget_weight_type ( System asyncResult ) : GlobalLBLinkWeightType[]
asyncResult System
return GlobalLBLinkWeightType[]
        public GlobalLBLinkWeightType[] Endget_weight_type(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((GlobalLBLinkWeightType [])(results[0]));
        }
GlobalLBLink