C# Class GA_Archive, TheUnseen

Exibir arquivo Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
FILE_NAME string

Public Methods

Method 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 method

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 ///
return void

GetArchivedData() public method

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
return List

Property Details

FILE_NAME public_oe property

public string FILE_NAME
return string