C# Class Microsoft.HockeyApp.Services.BaseStorageService

Afficher le fichier Open project: bitstadium/HockeySDK-Windows

Protected Properties

Свойство Type Description
peekedTransmissions string>.IDictionary

Private Properties

Свойство Type Description
Delete void
EnqueueAsync System.Threading.Tasks.Task
Init void
Peek StorageTransmission

Méthodes protégées

Méthode Description
OnPeekedItemDisposed ( string fileName ) : void

Private Methods

Méthode Description
Delete ( StorageTransmission transmission ) : void
EnqueueAsync ( Transmission transmission ) : System.Threading.Tasks.Task
Init ( string uniqueFolderName ) : void

Initializes the BaseStorageService

Peek ( ) : StorageTransmission

Method Details

OnPeekedItemDisposed() protected méthode

protected OnPeekedItemDisposed ( string fileName ) : void
fileName string
Résultat void

Property Details

peekedTransmissions protected_oe property

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
Résultat string>.IDictionary