iControl.NetworkingSTPInstance.Endget_interface_priority C# (CSharp) Method

Endget_interface_priority() public method

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