| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IThreadLocalTargetSourceStats.Hits Property
Gets the number of hits that were satisfied by a thread bound object.
[Visual Basic]
Public MustOverride ReadOnly Property Hits() As
Integer Public Get
End Get
End Property
[C#]
public
int Hits { public get; }
Property Value
The number of hits that were satisfied by a thread bound object.
See Also
IThreadLocalTargetSourceStats Interface | Spring.Aop.Target Namespace