iControl.LocalLBMessageRoutingSIPRoute.Begindelete_sip_route C# (CSharp) Method

Begindelete_sip_route() public method

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