ReceiveResult Class

Definition

Details of the Receive operation response.

public class ReceiveResult
type ReceiveResult = class
Public Class ReceiveResult
Inheritance
ReceiveResult
Implements

Properties

Value

Array of receive responses, one per cloud event.

Explicit Interface Implementations

IJsonModel<ReceiveResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ReceiveResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReceiveResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReceiveResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ReceiveResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to