iControl.LocalLBProfileSIPRouter.Endadd_sip_route C# (CSharp) Method

Endadd_sip_route() public method

public Endadd_sip_route ( System asyncResult ) : void
asyncResult System
return void
        public void Endadd_sip_route(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
LocalLBProfileSIPRouter