iControl.LocalLBProfileSIP.Endget_rtp_proxy_style C# (CSharp) Method

Endget_rtp_proxy_style() public method

public Endget_rtp_proxy_style ( System asyncResult ) : iControl.LocalLBProfileSIPProfileRTPProxyStyle[]
asyncResult System
return iControl.LocalLBProfileSIPProfileRTPProxyStyle[]
        public LocalLBProfileSIPProfileRTPProxyStyle[] Endget_rtp_proxy_style(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileSIPProfileRTPProxyStyle [])(results[0]));
        }
LocalLBProfileSIP