Table of Contents

Enum SendingResult

Namespace
Scaleout.Streaming.DigitalTwin.Core
Assembly
ScaleOut.Streaming.DigitalTwin.Core.dll

Indicates the status of a Send(string, string, IEnumerable<byte[]>) operation when sending messages to or from a digital twin object.

public enum SendingResult

Fields

Enqueued = 2

The messages were successfully enqueued for delivery.

Handled = 0

The messages were sent and processed successfully.

NotHandled = 1

An error occurred while sending or processing messages by a digital twin object or data source.