iControl.NetworkingTrunk.Beginset_qinq_ether_type C# (CSharp) Method

Beginset_qinq_ether_type() public method

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