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