Interface IResourceWithUserCounter
Represents some resource that a counter of its users.
Namespace: FancyCandles
Assembly: FancyCandles.dll
Syntax
public interface IResourceWithUserCounter
Properties
| Improve this Doc View SourceUserCount
Gets the number of users of this resource.
Declaration
int UserCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 | Gets the number of users of this resource. |
Methods
| Improve this Doc View SourceDecreaseUserCount()
Decrements the number of users of this resource.
Declaration
void DecreaseUserCount()
IncreaseUserCount()
Increments the number of users of this resource.
Declaration
void IncreaseUserCount()