C# Class ArchiSteamFarm.GlobalDatabase

Inheritance: IDisposable
Show file Open project: JustArchi/ArchiSteamFarm Class Usage Examples

Private Properties

Property Type Description
GlobalDatabase System
GlobalDatabase System
Load GlobalDatabase
OnServerListUpdated void
Save void

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
GlobalDatabase ( ) : System
GlobalDatabase ( string filePath ) : System
Load ( string filePath ) : GlobalDatabase
OnServerListUpdated ( object sender, EventArgs e ) : void
Save ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void