iControl.NetworkingSTPInstance.Endget_interface_path_cost C# (CSharp) Method

Endget_interface_path_cost() public method

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