| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IThreadLocalTargetSourceStats.Invocations Property
Gets the number of invocations of the GetTarget and Invoke methods.
[Visual Basic]
Public MustOverride 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.
See Also
IThreadLocalTargetSourceStats Interface | Spring.Aop.Target Namespace