public System.IAsyncResult Beginset_rtp_proxy_style(string [] profile_names,LocalLBProfileSIPProfileRTPProxyStyle [] values, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_rtp_proxy_style", new object[] {
     profile_names,
     values}, callback, asyncState);
 }
        public void set_rtp_proxy_style(
		string [] profile_names,
		LocalLBProfileSIPProfileRTPProxyStyle [] values
	)
        {
            this.Invoke("set_rtp_proxy_style", new object [] {
                profile_names,
                values});
        }