iControl.LocalLBProfileSIPRouter.get_sip_route C# (CSharp) Method

get_sip_route() private method

private get_sip_route ( string profile_names ) : string[][]
profile_names string
return string[][]
        public string[][] get_sip_route(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_sip_route", new object [] {
                profile_names});
            return ((string [] [])(results[0]));
        }
LocalLBProfileSIPRouter