RedisCacheOptions.ProfilingSession Property

Definition

public:
 property Func<StackExchange::Redis::Profiling::ProfilingSession ^> ^ ProfilingSession { Func<StackExchange::Redis::Profiling::ProfilingSession ^> ^ get(); void set(Func<StackExchange::Redis::Profiling::ProfilingSession ^> ^ value); };
public Func<StackExchange.Redis.Profiling.ProfilingSession>? ProfilingSession { get; set; }
member this.ProfilingSession : Func<StackExchange.Redis.Profiling.ProfilingSession> with get, set
Public Property ProfilingSession As Func(Of ProfilingSession)

Property Value

Func<StackExchange.Redis.Profiling.ProfilingSession>

Applies to