iControl.NetworkingInterfaces.Endget_stp_link_type C# (CSharp) 메소드

Endget_stp_link_type() 공개 메소드

public Endget_stp_link_type ( System asyncResult ) : NetworkingSTPLinkType[]
asyncResult System
리턴 NetworkingSTPLinkType[]
        public NetworkingSTPLinkType[] Endget_stp_link_type(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingSTPLinkType [])(results[0]));
        }
NetworkingInterfaces