Interface ICrashSource
Represents a crash source, which may be used to load a crash instance for analysis.
Namespace: CrashCABN.CrashSources
Assembly: CrashCABN.CrashSources.Abstractions.dll
Syntax
public interface ICrashSource
Methods
View SourceLoadCrashAsync()
Loads the specific crash instance from the source.
Declaration
Task<CrashInstance> LoadCrashAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<CrashInstance> | A crash instance. |