iControl.LocalLBLSNPool.Beginget_egress_interface C# (CSharp) Method

Beginget_egress_interface() public method

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