iControl.NetworkingInterfaces.Endget_stp_link_type C# (CSharp) Méthode

Endget_stp_link_type() public méthode

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