PartialAction<(Of <(<'T>)>)> Delegate

An action that returns true if the was handled.

Namespace:  Akka.Tools.MatchHandler
Assembly:  Akka (in Akka.dll)

Syntax


public delegate bool PartialAction<T>(
	T item
)
Public Delegate Function PartialAction(Of T) ( _
	item As T _
) As Boolean
generic<typename T>
public delegate bool^ PartialAction(
	T item
)

Type Parameters

T
The type of the argument

Parameters

item
Type: T
The argument.

Return Value

Returns true if the was handled