iControl.LocalLBMessageRoutingSIPRoute.get_selection_mode C# (CSharp) Метод

get_selection_mode() приватный Метод

private get_selection_mode ( string sip_routes ) : LocalLBMessageRoutingSIPRouteSelectionMode[]
sip_routes string
Результат LocalLBMessageRoutingSIPRouteSelectionMode[]
        public LocalLBMessageRoutingSIPRouteSelectionMode[] get_selection_mode(
		string [] sip_routes
	)
        {
            object [] results = this.Invoke("get_selection_mode", new object [] {
                sip_routes});
            return ((LocalLBMessageRoutingSIPRouteSelectionMode [])(results[0]));
        }