Enum SendResult
Specifies the result of a send operation.
public enum SendResult
Fields
InvalidArgument = 1The operation failed due to an invalid argument.
SendQueueOverflow = 2The operation failed because the send queue is full.
Success = 0The data was sent successfully.
UnspecifiedError = 3The operation failed due to an unspecified error.