Show / Hide Table of Contents

Interface IGetsBulkRenderingRequest

An object which gets a BulkRenderingRequest from a CliArguments

Namespace: ZptSharp.Cli
Assembly: ZptSharp.Cli.dll
Syntax
public interface IGetsBulkRenderingRequest

Methods

| Improve this Doc View Source

GetRequestAsync(CliArguments, CancellationToken)

Gets the bulk rendering request.

Declaration
Task<BulkRenderingRequest> GetRequestAsync(CliArguments args, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type Name Description
CliArguments args

The command line args.

System.Threading.CancellationToken cancellationToken

A optional cancellation token.

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

A bulk rendering request.

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