Click or drag to resize
CaseDefault Method
Defaults the specified action.

Namespace: Akka
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public IMatchResult Default(
	Action<Object> action
)

Parameters

action
Type: SystemActionObject
The action.

Return Value

Type: IMatchResult
IMatchResult.
See Also