Skip to main content
Version: v1

ISubmitSummaryOptions Interface

Signature

export interface ISubmitSummaryOptions extends ISummarizeOptions

Extends: ISummarizeOptions

Properties

Property Type Description
cancellationToken ISummaryCancellationToken Tells when summary process should be cancelled
summaryLogger ITelemetryLogger Logger to use for correlated summary events

Property Details

cancellationToken

Tells when summary process should be cancelled

Signature
readonly cancellationToken: ISummaryCancellationToken;

Type: ISummaryCancellationToken

summaryLogger

Logger to use for correlated summary events

Signature
readonly summaryLogger: ITelemetryLogger;

Type: ITelemetryLogger