iControl.LocalLBProfileSIPRouter.remove_sip_route C# (CSharp) Method

remove_sip_route() private method

private remove_sip_route ( string profile_names, string sip_routes ) : void
profile_names string
sip_routes string
return void
        public void remove_sip_route(
		string [] profile_names,
		string [] [] sip_routes
	)
        {
            this.Invoke("remove_sip_route", new object [] {
                profile_names,
                sip_routes});
        }
LocalLBProfileSIPRouter