C# 클래스 GA_Archive, TheUnseen

파일 보기 프로젝트 열기: henryj41043/TheUnseen

공개 프로퍼티들

프로퍼티 타입 설명
FILE_NAME string

공개 메소드들

메소드 설명
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.

메소드 상세

ArchiveData() 공개 메소드

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 ///
리턴 void

GetArchivedData() 공개 메소드

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
리턴 List

프로퍼티 상세

FILE_NAME 공개적으로 프로퍼티

public string FILE_NAME
리턴 string