Show / Hide Table of Contents

Interface IWatsonCrashClient

Namespace: CrashCABN.Ingestion
Assembly: CrashCABN.Ingestion.Abstractions.dll
Syntax
public interface IWatsonCrashClient

Methods

View Source

GetCrashFileStream(Uri)

Opens the crash file as a stream.

Declaration
Task<Stream> GetCrashFileStream(Uri crashFileUri)
Parameters
Type Name Description
Uri crashFileUri

URI for the crash.

Returns
Type Description
Task<Stream>

The stream when the file is successfully opened.

  • View Source
In this article
Back to top Generated by DocFX