iControl.LocalLBSNATPool.Beginremove_all_members C# (CSharp) Method

Beginremove_all_members() public method

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