iControl.LocalLBMessageRoutingSIPRoute.set_selection_mode C# (CSharp) Method

set_selection_mode() private method

private set_selection_mode ( string sip_routes, LocalLBMessageRoutingSIPRouteSelectionMode modes ) : void
sip_routes string
modes LocalLBMessageRoutingSIPRouteSelectionMode
return void
        public void set_selection_mode(
		string [] sip_routes,
		LocalLBMessageRoutingSIPRouteSelectionMode [] modes
	)
        {
            this.Invoke("set_selection_mode", new object [] {
                sip_routes,
                modes});
        }