C# 클래스 Microsoft.HockeyApp.Services.BaseStorageService

파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

보호된 프로퍼티들

프로퍼티 타입 설명
peekedTransmissions string>.IDictionary

Private Properties

프로퍼티 타입 설명
Delete void
EnqueueAsync System.Threading.Tasks.Task
Init void
Peek StorageTransmission

보호된 메소드들

메소드 설명
OnPeekedItemDisposed ( string fileName ) : void

비공개 메소드들

메소드 설명
Delete ( StorageTransmission transmission ) : void
EnqueueAsync ( Transmission transmission ) : System.Threading.Tasks.Task
Init ( string uniqueFolderName ) : void

Initializes the BaseStorageService

Peek ( ) : StorageTransmission

메소드 상세

OnPeekedItemDisposed() 보호된 메소드

protected OnPeekedItemDisposed ( string fileName ) : void
fileName string
리턴 void

프로퍼티 상세

peekedTransmissions 보호되어 있는 프로퍼티

Peeked transmissions dictionary (maps file name to its full path). Holds all the transmissions that were peeked.
Note: The value (=file's full path) is not required in the Storage implementation. If there was a concurrent Abstract Data Type Set it would have been used instead. However, since there is no concurrent Set, dictionary is used and the second value is ignored.
protected IDictionary peekedTransmissions
리턴 string>.IDictionary