iControl.NetworkingTrunk.Beginset_qinq_ether_type C# (CSharp) 메소드

Beginset_qinq_ether_type() 공개 메소드

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
리턴 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