iControl.LocalLBProfileRADIUS.Beginadd_client C# (CSharp) Method

Beginadd_client() public method

public Beginadd_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 Beginadd_client(string [] profile_names,string [] [] clients, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_client", new object[] {
            profile_names,
            clients}, callback, asyncState);
        }