iControl.LocalLBProfileSIPRouter.add_sip_route C# (CSharp) 메소드

add_sip_route() 개인적인 메소드

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