Show / Hide Table of Contents

Interface IAttachmentProcessor

An interface used to load attachments.

Namespace: CrashCABN.Metadata
Assembly: CrashCABN.Metadata.Abstractions.dll
Syntax
public interface IAttachmentProcessor

Methods

View Source

Load(AttachmentInfo, IAttachmentContainer)

Loads an attachment.

Declaration
ValueTask<object> Load(AttachmentInfo attachment, IAttachmentContainer container)
Parameters
Type Name Description
AttachmentInfo attachment

The attachment to load.

IAttachmentContainer container

The attachment container to use, in case other attachments need to be loaded.

Returns
Type Description
ValueTask<object>

A task representing the asynchronous operation.

  • View Source
In this article
Back to top Generated by DocFX