Table of Contents

Class ExceptionReceivedEventArgsAction

Namespace
Microsoft.Azure.ServiceBus
Assembly
Microsoft.Azure.ServiceBus.dll

Action taking place when ExceptionReceivedEventArgs is raised.

public static class ExceptionReceivedEventArgsAction
Inheritance
ExceptionReceivedEventArgsAction
Inherited Members

Fields

Abandon

Message abandon operation

public const string Abandon = "Abandon"

Field Value

string

AcceptMessageSession

Session start operation

public const string AcceptMessageSession = "AcceptMessageSession"

Field Value

string

CloseMessageSession

Session close operation

public const string CloseMessageSession = "CloseMessageSession"

Field Value

string

Complete

Message completion operation

public const string Complete = "Complete"

Field Value

string

Receive

Message receive operation

public const string Receive = "Receive"

Field Value

string

RenewLock

Message lock renewal operation

public const string RenewLock = "RenewLock"

Field Value

string

UserCallback

User message handler invocation

public const string UserCallback = "UserCallback"

Field Value

string