iControl.LocalLBMessageRoutingSIPRoute.Beginset_request_uri C# (CSharp) Method

Beginset_request_uri() public method

public Beginset_request_uri ( string sip_routes, string uris, System callback, object asyncState ) : System.IAsyncResult
sip_routes string
uris string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_request_uri(string [] sip_routes,string [] uris, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_request_uri", new object[] {
            sip_routes,
            uris}, callback, asyncState);
        }