public void set_limit_type(
		string [] profile_names,
		LocalLBProfileOneConnectProfileLimitType [] limit_types
	)
        {
            this.Invoke("set_limit_type", new object [] {
                profile_names,
                limit_types});
        }
 public System.IAsyncResult Beginset_limit_type(string [] profile_names,LocalLBProfileOneConnectProfileLimitType [] limit_types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_limit_type", new object[] {
     profile_names,
     limit_types}, callback, asyncState);
 }