Show / Hide Table of Contents

Interface IGetsInputFiles

An object which can get a collection of the files to be processed by a bulk-rendering operation.

Namespace: ZptSharp.BulkRendering
Assembly: ZptSharp.dll
Syntax
public interface IGetsInputFiles

Methods

| Improve this Doc View Source

GetInputFilesAsync(BulkRenderingRequest, CancellationToken)

Gets a collection of the input files to be processed in the bulk-rendering operation.

Declaration
Task<IEnumerable<InputFile>> GetInputFilesAsync(BulkRenderingRequest request, CancellationToken token = default(CancellationToken))
Parameters
Type Name Description
BulkRenderingRequest request

The bulk-rendering request.

System.Threading.CancellationToken token

An optional cancellation token.

Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<InputFile>>

A collection of input files.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX