| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
ThreadLocalTargetSource.Hits Property
Gets the number of hits that were satisfied by a thread bound object.
[Visual Basic]
Public NotOverridable 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.
Implements
IThreadLocalTargetSourceStats.Hits
See Also
ThreadLocalTargetSource Class | Spring.Aop.Target Namespace