public void set_encapsulation_type(
		string [] profile_names,
		NetworkingProfileVXLANProfileVXLANEncapsulationType [] encapsulation_types
	)
        {
            this.Invoke("set_encapsulation_type", new object [] {
                profile_names,
                encapsulation_types});
        }
 public System.IAsyncResult Beginset_encapsulation_type(string [] profile_names,NetworkingProfileVXLANProfileVXLANEncapsulationType [] encapsulation_types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_encapsulation_type", new object[] {
     profile_names,
     encapsulation_types}, callback, asyncState);
 }