iControl.LocalLBProfileRADIUS.remove_client C# (CSharp) Method

remove_client() private method

private remove_client ( string profile_names, string clients ) : void
profile_names string
clients string
return void
        public void remove_client(
		string [] profile_names,
		string [] [] clients
	)
        {
            this.Invoke("remove_client", new object [] {
                profile_names,
                clients});
        }