CursorType 列挙型

定義

メッセージング カーソルの種類を列挙します。

[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
継承
CursorType
属性

フィールド

Client 1

クライアント カーソルの種類。

Server 0

サーバー カーソルの種類。

適用対象