Show / Hide Table of Contents

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 Source

UserCount

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 Source

DecreaseUserCount()

Decrements the number of users of this resource.

Declaration
void DecreaseUserCount()
| Improve this Doc View Source

IncreaseUserCount()

Increments the number of users of this resource.

Declaration
void IncreaseUserCount()
  • Improve this Doc
  • View Source

Interface IResourceWithUserCounter

Back to top Generated by DocFX. Copyright Ⓒ Dennis Geller 2019.