| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
ThreadLocalTargetSource.Invocations Property
Gets the number of invocations of the GetTarget and Invoke methods.
[Visual Basic]
Public NotOverridable ReadOnly Property Invocations() As
Integer _
Public Get
End Get
End Property
[C#]
public
int Invocations { public get; }
Property Value
The number of invocations of the GetTarget and Invoke methods.
Implements
IThreadLocalTargetSourceStats.Invocations
See Also
ThreadLocalTargetSource Class | Spring.Aop.Target Namespace