Show / Hide Table of Contents

Interface IRendersManyFiles

An object which may be used to render many template documents in a single operation.

Namespace: ZptSharp.BulkRendering
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IRendersManyFiles

Methods

| Improve this Doc View Source

RenderAllAsync(BulkRenderingRequest, CancellationToken)

Renders all of the documents described in the request and gets a result object.

Declaration
Task<BulkRenderingResult> RenderAllAsync(BulkRenderingRequest request, CancellationToken token = default(CancellationToken))
Parameters
Type Name Description
BulkRenderingRequest request

The request object, describing the files to be rendered.

System.Threading.CancellationToken token

An optional cancellation token.

Returns
Type Description
System.Threading.Tasks.Task<BulkRenderingResult>

A result/outcome object.

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