C# Class Sentry.Storage.RavenStorageClient

Stores and retrieves exceptions from local cache
Inheritance: IRavenStorageClient
Afficher le fichier Open project: ryanvalentin/raven-uwp Class Usage Examples

Private Properties

Свойство Type Description
GetRavenFolderAsync Task

Méthodes publiques

Méthode Description
DeleteStoredExceptionAsync ( string eventId ) : System.Threading.Tasks.Task
GetPayloadByIdAsync ( string eventId ) : Task
ListStoredExceptionsAsync ( ) : Task>

Gets a list of exceptions currently stored locally.

StoreExceptionAsync ( RavenPayload payload ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
GetRavenFolderAsync ( ) : Task

Method Details

DeleteStoredExceptionAsync() public méthode

public DeleteStoredExceptionAsync ( string eventId ) : System.Threading.Tasks.Task
eventId string
Résultat System.Threading.Tasks.Task

GetPayloadByIdAsync() public méthode

public GetPayloadByIdAsync ( string eventId ) : Task
eventId string
Résultat Task

ListStoredExceptionsAsync() public méthode

Gets a list of exceptions currently stored locally.
public ListStoredExceptionsAsync ( ) : Task>
Résultat Task>

StoreExceptionAsync() public méthode

public StoreExceptionAsync ( RavenPayload payload ) : System.Threading.Tasks.Task
payload Sentry.Models.RavenPayload
Résultat System.Threading.Tasks.Task