Class ActiveObjectCounter<T>
Inheritance
System.Object
ActiveObjectCounter<T>
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class ActiveObjectCounter<T> : object
Type Parameters
Properties
|
Edit this page
View Source
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
IsActive
Declaration
public bool IsActive { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
Add(T)
Declaration
public void Add(T activeObject)
Parameters
Type |
Name |
Description |
T |
activeObject |
|
|
Edit this page
View Source
Deactivate()
Declaration
|
Edit this page
View Source
Release(T)
Declaration
public void Release(T activeObject)
Parameters
Type |
Name |
Description |
T |
activeObject |
|
|
Edit this page
View Source
Reset()
Declaration
|
Edit this page
View Source
Wait(TimeSpan)
Declaration
public bool Wait(TimeSpan timeout)
Parameters
Type |
Name |
Description |
TimeSpan |
timeout |
|
Returns
Type |
Description |
System.Boolean |
|