Show / Hide Table of Contents

Class ScreenshotPostProcessor

Inheritance
System.Object
ScreenshotPostProcessor
Implements
IPostProcessor
Namespace: Scraper.Net.Screenshot
Assembly: Scraper.Net.Screenshot.dll
Syntax
public class ScreenshotPostProcessor : object, IPostProcessor

Constructors

| Improve this Doc View Source

ScreenshotPostProcessor(Boolean, Dictionary<String, IPlatformScreenshotter>)

Declaration
public ScreenshotPostProcessor(bool keepReceivedPost, Dictionary<string, IPlatformScreenshotter> platformScreenshotters)
Parameters
Type Name Description
System.Boolean keepReceivedPost
Dictionary<System.String, IPlatformScreenshotter> platformScreenshotters

Methods

| Improve this Doc View Source

ProcessAsync(Post, String, CancellationToken)

Declaration
public IAsyncEnumerable<Post> ProcessAsync(Post post, string platform, CancellationToken ct = null)
Parameters
Type Name Description
Post post
System.String platform
CancellationToken ct
Returns
Type Description
IAsyncEnumerable<Post>

Implements

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