iControl.LocalLBMessageRoutingSIPRoute.Beginset_from_uri C# (CSharp) Method

Beginset_from_uri() public method

public Beginset_from_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_from_uri(string [] sip_routes,string [] uris, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_from_uri", new object[] {
            sip_routes,
            uris}, callback, asyncState);
        }