iControl.LocalLBProfileRADIUS.Beginremove_client C# (CSharp) Method

Beginremove_client() public method

public Beginremove_client ( string profile_names, string clients, System callback, object asyncState ) : System.IAsyncResult
profile_names string
clients string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_client(string [] profile_names,string [] [] clients, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_client", new object[] {
            profile_names,
            clients}, callback, asyncState);
        }