public void set_service_endpoint_option_type(
		string [] endpoints,
		string [] [] service_endpoints,
		PEMServiceChainEndpointServiceOptionType [] [] types
	)
        {
            this.Invoke("set_service_endpoint_option_type", new object [] {
                endpoints,
                service_endpoints,
                types});
        }
 public System.IAsyncResult Beginset_service_endpoint_option_type(string [] endpoints,string [] [] service_endpoints,PEMServiceChainEndpointServiceOptionType [] [] types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_service_endpoint_option_type", new object[] {
     endpoints,
     service_endpoints,
     types}, callback, asyncState);
 }