public void set_forwarding_endpoint_type(
		string [] endpoints,
		PEMForwardingEndpointForwardingEndpointType [] values
	)
        {
            this.Invoke("set_forwarding_endpoint_type", new object [] {
                endpoints,
                values});
        }
 public System.IAsyncResult Beginset_forwarding_endpoint_type(string [] endpoints,PEMForwardingEndpointForwardingEndpointType [] values, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_forwarding_endpoint_type", new object[] {
     endpoints,
     values}, callback, asyncState);
 }