Interface ICrashSourceFactory
Represents a crash source factory, which determines the correct crash source to use based on the source of the crash URI (Watson or AppCenter) and/or associated title name.
Namespace: CrashCABN.CrashSources
Assembly: CrashCABN.CrashSources.Abstractions.dll
Syntax
public interface ICrashSourceFactory
Methods
View SourceCreate(IngestCrashMessage)
Creates a crash source from the given URI and title name.
Declaration
ICrashSource Create(IngestCrashMessage message)
Parameters
Type | Name | Description |
---|---|---|
IngestCrashMessage | message | The URI and title name to use. |
Returns
Type | Description |
---|---|
ICrashSource | A crash source for the given URI and title name. |