CursorType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Server | 0 | The server cursor type. |
Client | 1 | The client cursor type. |