iControl.NetworkingSTPInstanceV2.Endget_interface_role C# (CSharp) 메소드

Endget_interface_role() 공개 메소드

public Endget_interface_role ( System asyncResult ) : NetworkingSTPRoleType[][]
asyncResult System
리턴 NetworkingSTPRoleType[][]
        public NetworkingSTPRoleType[][] Endget_interface_role(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingSTPRoleType [] [])(results[0]));
        }
NetworkingSTPInstanceV2