iControl.NetworkingSTPInstance.Endget_interface_priority C# (CSharp) 메소드

Endget_interface_priority() 공개 메소드

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