RandomRoutingStrategy<T> Class

Namespace
CondenserDotNet.Core.Routing
Interfaces
  • IRoutingStrategy<T>
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IRoutingStrategy<T>"]-.->Type Type["RandomRoutingStrategy<T>"] class Type type-node

Syntax

public class RandomRoutingStrategy<T> : IRoutingStrategy<T>

Type Parameters

Name Description
T

Properties

Name Value Summary
Name string

Methods

Name Value Summary
RouteTo(List<T>) T