iControl.SystemVCMP.Endget_management_address C# (CSharp) Method

Endget_management_address() public method

public Endget_management_address ( System asyncResult ) : iControl.CommonIPNetmask[]
asyncResult System
return iControl.CommonIPNetmask[]
        public CommonIPNetmask[] Endget_management_address(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonIPNetmask [])(results[0]));
        }
SystemVCMP