C# Class Library.Net.Amoeba.ExistManager

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

Public Methods

Method Description
Add ( Group group, IEnumerable keys ) : void
ExistManager ( ) : System
GetCount ( Group group ) : int
GetKeys ( Group group, bool state ) : IEnumerable
Remove ( Group group ) : void
Set ( Key key, bool state ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Add() public method

public Add ( Group group, IEnumerable keys ) : void
group Group
keys IEnumerable
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ExistManager() public method

public ExistManager ( ) : System
return System

GetCount() public method

public GetCount ( Group group ) : int
group Group
return int

GetKeys() public method

public GetKeys ( Group group, bool state ) : IEnumerable
group Group
state bool
return IEnumerable

Remove() public method

public Remove ( Group group ) : void
group Group
return void

Set() public method

public Set ( Key key, bool state ) : void
key Key
state bool
return void