Table of Contents

Enum CursorType

Namespace
Microsoft.ServiceBus.Messaging
Assembly
Microsoft.ServiceBus.dll

Enumerates the type of messaging cursor.

[DataContract(Name = "CursorType", Namespace = "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public enum CursorType

Fields

[EnumMember] Client = 1

The client cursor type.

[EnumMember] Server = 0

The server cursor type.