TimerStrategy Property

Glimpse API

CastleDynamicProxyFactory TimerStrategy Property Glimpse API Documentation
Gets or sets the timer strategy.

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

Syntax

public Func<IExecutionTimer> TimerStrategy { get; set; }
public Func<IExecutionTimer> TimerStrategy { get; set; }

Field Value

The timer strategy.
See Also