iControl.LocalLBSNATPool.Begindelete_snat_pool C# (CSharp) Method

Begindelete_snat_pool() public method

public Begindelete_snat_pool ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_snat_pool(string [] snat_pools, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_snat_pool", new object[] {
            snat_pools}, callback, asyncState);
        }