C# Class Sentry.Storage.RavenStorageClient

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

Private Properties

Property Type Description
GetRavenFolderAsync Task

Public Methods

Method 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

Method Description
GetRavenFolderAsync ( ) : Task

Method Details

DeleteStoredExceptionAsync() public method

public DeleteStoredExceptionAsync ( string eventId ) : System.Threading.Tasks.Task
eventId string
return System.Threading.Tasks.Task

GetPayloadByIdAsync() public method

public GetPayloadByIdAsync ( string eventId ) : Task
eventId string
return Task

ListStoredExceptionsAsync() public method

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

StoreExceptionAsync() public method

public StoreExceptionAsync ( RavenPayload payload ) : System.Threading.Tasks.Task
payload Sentry.Models.RavenPayload
return System.Threading.Tasks.Task