C# Class Library.Net.Amoeba.CountManager

Inheritance: IThisLock
Mostrar archivo Open project: Alliance-Network/Library Class Usage Examples

Public Methods

Method Description
Add ( int count ) : void
CountManager ( System.TimeSpan survivalTime ) : System
Get ( ) : long
Update ( ) : void

Method Details

Add() public method

public Add ( int count ) : void
count int
return void

CountManager() public method

public CountManager ( System.TimeSpan survivalTime ) : System
survivalTime System.TimeSpan
return System

Get() public method

public Get ( ) : long
return long

Update() public method

public Update ( ) : void
return void