CastleDynamicProxyFactory Constructor

Glimpse API

CastleDynamicProxyFactory Constructor Glimpse API Documentation
Initializes a new instance of the CastleDynamicProxyFactory class.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public CastleDynamicProxyFactory(
	ILogger logger,
	IMessageBroker messageBroker,
	Func<IExecutionTimer> timerStrategy,
	Func<RuntimePolicy> runtimePolicyStrategy
)
public CastleDynamicProxyFactory(
	ILogger logger,
	IMessageBroker messageBroker,
	Func<IExecutionTimer> timerStrategy,
	Func<RuntimePolicy> runtimePolicyStrategy
)

Parameters

logger
Type: Glimpse.Core.Extensibility ILogger
The logger.
messageBroker
Type: Glimpse.Core.Extensibility IMessageBroker
The message broker.
timerStrategy
Type: OnlineSystem Func IExecutionTimer 
The timer strategy.
runtimePolicyStrategy
Type: OnlineSystem Func RuntimePolicy 
The runtime policy strategy.
Exceptions

ExceptionCondition
OnlineSystem ArgumentNullExceptionThrows an exception if any parameter if null.
See Also