API Reference

Class

OfficeDocumentProcessorContext

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Immutable context for one processor invocation.

Inheritance

  • Object
  • OfficeDocumentProcessorContext

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Properties

public String ProcessorId { get; } #

Stable processor identifier.

public Int32 ProcessorIndex { get; } #

Zero-based processor index in configured execution order.

public Int32 ProcessorCount { get; } #

Total configured processor count.

public CancellationToken CancellationToken { get; } #

Cancellation token for this processing operation.