iControl.LocalLBSNAT.Beginget_auto_lasthop C# (CSharp) Method

Beginget_auto_lasthop() public method

public Beginget_auto_lasthop ( string snats, System callback, object asyncState ) : System.IAsyncResult
snats string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_auto_lasthop(string [] snats, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_auto_lasthop", new object[] {
            snats}, callback, asyncState);
        }
LocalLBSNAT