iControl.LocalLBLSNPool.Beginset_egress_interface C# (CSharp) Method

Beginset_egress_interface() public method

public Beginset_egress_interface ( string pools, CommonVLANFilterList interfaces, System callback, object asyncState ) : System.IAsyncResult
pools string
interfaces CommonVLANFilterList
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_egress_interface(string [] pools,CommonVLANFilterList [] interfaces, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_egress_interface", new object[] {
            pools,
            interfaces}, callback, asyncState);
        }
LocalLBLSNPool