Table of Contents

Enum SendResult

Namespace
VAST.Transport
Assembly
VAST.Common.dll

Specifies the result of a send operation.

public enum SendResult

Fields

InvalidArgument = 1

The operation failed due to an invalid argument.

SendQueueOverflow = 2

The operation failed because the send queue is full.

Success = 0

The data was sent successfully.

UnspecifiedError = 3

The operation failed due to an unspecified error.