CompiledMatchHandlerWithArguments Constructor

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

Syntax


public CompiledMatchHandlerWithArguments(
	Delegate compiledDelegate,
	Object[] delegateArguments
)
Public Sub New ( _
	compiledDelegate As Delegate, _
	delegateArguments As Object() _
)
public:
CompiledMatchHandlerWithArguments(
	Delegate^ compiledDelegate, 
	array<Object^>^ delegateArguments
)

Parameters

compiledDelegate
Type: Delegate
delegateArguments
Type: array<Object>[]()[][]