Click or drag to resize
ConsistentHashingRoutingLogicWithHashMappingT Method

[Missing <summary> documentation for "M:Akka.Routing.ConsistentHashingRoutingLogic.WithHashMapping``1(System.Func{``0,System.Object})"]

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ConsistentHashingRoutingLogic WithHashMapping<T>(
	Func<T, Object> mapping
)

Parameters

mapping
Type: SystemFuncT, Object

[Missing <param name="mapping"/> documentation for "M:Akka.Routing.ConsistentHashingRoutingLogic.WithHashMapping``1(System.Func{``0,System.Object})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Akka.Routing.ConsistentHashingRoutingLogic.WithHashMapping``1(System.Func{``0,System.Object})"]

Return Value

Type: ConsistentHashingRoutingLogic

[Missing <returns> documentation for "M:Akka.Routing.ConsistentHashingRoutingLogic.WithHashMapping``1(System.Func{``0,System.Object})"]

See Also