iControl.NetworkingInterfaces.Beginset_qinq_ether_type C# (CSharp) Method

Beginset_qinq_ether_type() public method

public Beginset_qinq_ether_type ( string interfaces, string ether_types, System callback, object asyncState ) : System.IAsyncResult
interfaces string
ether_types string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_qinq_ether_type(string [] interfaces,string [] ether_types, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_qinq_ether_type", new object[] {
            interfaces,
            ether_types}, callback, asyncState);
        }
NetworkingInterfaces