ConfigurationRegisterTypeDiscoveryAction Method Breeze.sharp
Allows for custom actions to be performed as a result of any ProbeAssemblies call.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public void RegisterTypeDiscoveryAction(
	Type type,
	Action<Type> action
)

Parameters

type
Type: SystemType
action
Type: SystemActionType
See Also

Reference