Class InputFilesProvider
Implementation of IGetsInputFiles which gets input files from a request.
Inheritance
System.Object
InputFilesProvider
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZptSharp.BulkRendering
Assembly: ZptSharp.dll
Syntax
public class InputFilesProvider : IGetsInputFiles
Methods
| Improve this Doc View SourceGetInputFilesAsync(BulkRenderingRequest, CancellationToken)
Gets a collection of the input files to be processed in the bulk-rendering operation.
Declaration
public 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. |