iControl.LocalLBMessageRoutingSIPRoute.get_selection_mode C# (CSharp) Method

get_selection_mode() private method

private get_selection_mode ( string sip_routes ) : LocalLBMessageRoutingSIPRouteSelectionMode[]
sip_routes string
return LocalLBMessageRoutingSIPRouteSelectionMode[]
        public LocalLBMessageRoutingSIPRouteSelectionMode[] get_selection_mode(
		string [] sip_routes
	)
        {
            object [] results = this.Invoke("get_selection_mode", new object [] {
                sip_routes});
            return ((LocalLBMessageRoutingSIPRouteSelectionMode [])(results[0]));
        }