Click or drag to resize

LoadBalancerFilterItemsT Method

Filters an ienumerable of items and returns only items that should be handled by the local server.

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public IEnumerable<T> FilterItems<T>(
	IEnumerable<T> items,
	Func<T, string> getkey
)

Parameters

items  IEnumerableT
Items
getkey  FuncT, String
Function that is able to get the string key from the item

Type Parameters

T
Type of items that is to be filteret

Return Value

IEnumerableT

[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.LoadBalancer.FilterItems``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.String})"]

See Also