C# Class GA_Archive, TheUnseen

Afficher le fichier Open project: henryj41043/TheUnseen

Méthodes publiques

Свойство Type Description
FILE_NAME string

Méthodes publiques

Méthode Description
ArchiveData ( string json, GA_Submit, serviceType ) : void

Archives json data so it can be sent at a later time, when an internet connection is available.

GetArchivedData ( ) : List

Gets data which has previously been archived due to lack of internet connectivity. The file containing the archived data is then deleted.

Method Details

ArchiveData() public méthode

Archives json data so it can be sent at a later time, when an internet connection is available.
public ArchiveData ( string json, GA_Submit, serviceType ) : void
json string /// The json data as a string ///
serviceType GA_Submit, /// The category type ///
Résultat void

GetArchivedData() public méthode

Gets data which has previously been archived due to lack of internet connectivity. The file containing the archived data is then deleted.
public GetArchivedData ( ) : List
Résultat List

Property Details

FILE_NAME public_oe property

public string FILE_NAME
Résultat string