iControl.LocalLBProfileSIPRouter.Beginremove_sip_route C# (CSharp) Method

Beginremove_sip_route() public method

public Beginremove_sip_route ( string profile_names, string sip_routes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
sip_routes string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_sip_route(string [] profile_names,string [] [] sip_routes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_sip_route", new object[] {
            profile_names,
            sip_routes}, callback, asyncState);
        }
LocalLBProfileSIPRouter