iControl.LocalLBProfileSIP.Beginset_rtp_proxy_style C# (CSharp) Method

Beginset_rtp_proxy_style() public method

public Beginset_rtp_proxy_style ( string profile_names, LocalLBProfileSIPProfileRTPProxyStyle values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileSIPProfileRTPProxyStyle
callback System
asyncState object
return System.IAsyncResult
        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);
        }
LocalLBProfileSIP