iControl.LocalLBLSNPool.Beginget_nat_mode C# (CSharp) Method

Beginget_nat_mode() public method

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