Share via


ReceiveResult Class

Definition

Details of the Receive operation response.

public class ReceiveResult : System.ClientModel.Primitives.IJsonModel<Azure.Messaging.EventGrid.Namespaces.ReceiveResult>, System.ClientModel.Primitives.IPersistableModel<Azure.Messaging.EventGrid.Namespaces.ReceiveResult>
public class ReceiveResult
type ReceiveResult = class
    interface IJsonModel<ReceiveResult>
    interface IPersistableModel<ReceiveResult>
type ReceiveResult = class
Public Class ReceiveResult
Implements IJsonModel(Of ReceiveResult), IPersistableModel(Of ReceiveResult)
Public Class ReceiveResult
Inheritance
ReceiveResult
Implements

Properties

Details

Array of receive responses, one per cloud event.

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