CursorType Enum

Definition

Enumerates the type of messaging cursor.

[System.Runtime.Serialization.DataContract(Name="CursorType", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public enum CursorType
[<System.Runtime.Serialization.DataContract(Name="CursorType", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type CursorType = 
Public Enum CursorType
Inheritance
CursorType
Attributes

Fields

Client 1

The client cursor type.

Server 0

The server cursor type.

Applies to