public void set_flooding_type(
		string [] profile_names,
		NetworkingProfileGeneveProfileGeneveFloodingType [] flooding_types
	)
        {
            this.Invoke("set_flooding_type", new object [] {
                profile_names,
                flooding_types});
        }
 public System.IAsyncResult Beginset_flooding_type(string [] profile_names,NetworkingProfileGeneveProfileGeneveFloodingType [] flooding_types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_flooding_type", new object[] {
     profile_names,
     flooding_types}, callback, asyncState);
 }