C# 클래스 Sentry.Storage.RavenStorageClient

Stores and retrieves exceptions from local cache
상속: IRavenStorageClient
파일 보기 프로젝트 열기: ryanvalentin/raven-uwp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetRavenFolderAsync Task

공개 메소드들

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

비공개 메소드들

메소드 설명
GetRavenFolderAsync ( ) : Task

메소드 상세

DeleteStoredExceptionAsync() 공개 메소드

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

GetPayloadByIdAsync() 공개 메소드

public GetPayloadByIdAsync ( string eventId ) : Task
eventId string
리턴 Task

ListStoredExceptionsAsync() 공개 메소드

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

StoreExceptionAsync() 공개 메소드

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