Table of Contents

Class WriteOutcome<T>.AcceptedNoContent

Namespace
Trellis
Assembly
Trellis.Core.dll

The write was accepted for asynchronous processing with no status body. Transports as HTTP 202 Accepted.

public sealed record WriteOutcome<T>.AcceptedNoContent : WriteOutcome<T>, IEquatable<WriteOutcome<T>>, IEquatable<WriteOutcome<T>.AcceptedNoContent>
Inheritance
WriteOutcome<T>.AcceptedNoContent
Implements
Inherited Members
Extension Methods

Constructors

AcceptedNoContent(string?, RetryAfterValue?)

The write was accepted for asynchronous processing with no status body. Transports as HTTP 202 Accepted.

public AcceptedNoContent(string? MonitorUri = null, RetryAfterValue? RetryAfter = null)

Parameters

MonitorUri string

Optional address where progress can be polled.

RetryAfter RetryAfterValue

Optional hint for when to poll next.

Properties

MonitorUri

Optional address where progress can be polled.

public string? MonitorUri { get; init; }

Property Value

string

RetryAfter

Optional hint for when to poll next.

public RetryAfterValue? RetryAfter { get; init; }

Property Value

RetryAfterValue