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

Endget_qinq_ether_type() public méthode

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