You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Indicates that an attempt to retrieve a list of ownership has completed.
32
+
/// </summary>
33
+
///
34
+
/// <param name="fullyQualifiedNamespace">The fully qualified Event Hubs namespace the ownership are associated with. This is likely to be similar to <c>{yournamespace}.servicebus.windows.net</c>.</param>
35
+
/// <param name="eventHubName">The name of the specific Event Hub the ownership are associated with, relative to the Event Hubs namespace that contains it.</param>
36
+
/// <param name="consumerGroup">The name of the consumer group the ownership are associated with.</param>
37
+
/// <param name="ownershipCount">The amount of ownership received from the storage service.</param>
/// Indicates that an unhandled exception was encountered while retrieving a list of ownership.
44
+
/// </summary>
45
+
///
46
+
/// <param name="fullyQualifiedNamespace">The fully qualified Event Hubs namespace the ownership are associated with. This is likely to be similar to <c>{yournamespace}.servicebus.windows.net</c>.</param>
47
+
/// <param name="eventHubName">The name of the specific Event Hub the ownership are associated with, relative to the Event Hubs namespace that contains it.</param>
48
+
/// <param name="consumerGroup">The name of the consumer group the ownership are associated with.</param>
49
+
/// <param name="errorMessage">The message for the exception that occurred.</param>
/// Indicates that an attempt to retrieve a list of ownership has started.
56
+
/// </summary>
57
+
///
58
+
/// <param name="fullyQualifiedNamespace">The fully qualified Event Hubs namespace the ownership are associated with. This is likely to be similar to <c>{yournamespace}.servicebus.windows.net</c>.</param>
59
+
/// <param name="eventHubName">The name of the specific Event Hub the ownership are associated with, relative to the Event Hubs namespace that contains it.</param>
60
+
/// <param name="consumerGroup">The name of the consumer group the ownership are associated with.</param>
/// Indicates that an attempt to retrieve a list of checkpoints has completed.
67
+
/// </summary>
68
+
///
69
+
/// <param name="fullyQualifiedNamespace">The fully qualified Event Hubs namespace the checkpoints are associated with. This is likely to be similar to <c>{yournamespace}.servicebus.windows.net</c>.</param>
70
+
/// <param name="eventHubName">The name of the specific Event Hub the checkpoints are associated with, relative to the Event Hubs namespace that contains it.</param>
71
+
/// <param name="consumerGroup">The name of the consumer group the checkpoints are associated with.</param>
72
+
/// <param name="checkpointCount">The amount of checkpoints received from the storage service.</param>
/// Indicates that an unhandled exception was encountered while retrieving a list of checkpoints.
79
+
/// </summary>
80
+
///
81
+
/// <param name="fullyQualifiedNamespace">The fully qualified Event Hubs namespace the checkpoints are associated with. This is likely to be similar to <c>{yournamespace}.servicebus.windows.net</c>.</param>
82
+
/// <param name="eventHubName">The name of the specific Event Hub the checkpoints are associated with, relative to the Event Hubs namespace that contains it.</param>
83
+
/// <param name="consumerGroup">The name of the consumer group the ownership are associated with.</param>
84
+
/// <param name="errorMessage">The message for the exception that occurred.</param>
/// Indicates that invalid checkpoint data was found during an attempt to retrieve a list of checkpoints.
91
+
/// </summary>
92
+
///
93
+
/// <param name="partitionId">The identifier of the partition the data is associated with.</param>
94
+
/// <param name="fullyQualifiedNamespace">The fully qualified Event Hubs namespace the data is associated with. This is likely to be similar to <c>{yournamespace}.servicebus.windows.net</c>.</param>
95
+
/// <param name="eventHubName">The name of the specific Event Hub the data is associated with, relative to the Event Hubs namespace that contains it.</param>
96
+
/// <param name="consumerGroup">The name of the consumer group the data is associated with.</param>
/// Indicates that an attempt to retrieve a list of checkpoints has started.
103
+
/// </summary>
104
+
///
105
+
/// <param name="fullyQualifiedNamespace">The fully qualified Event Hubs namespace the checkpoints are associated with. This is likely to be similar to <c>{yournamespace}.servicebus.windows.net</c>.</param>
106
+
/// <param name="eventHubName">The name of the specific Event Hub the checkpoints are associated with, relative to the Event Hubs namespace that contains it.</param>
107
+
/// <param name="consumerGroup">The name of the consumer group the checkpoints are associated with.</param>
/// Indicates that an unhandled exception was encountered while updating a checkpoint.
114
+
/// </summary>
115
+
///
116
+
/// <param name="partitionId">The identifier of the partition being checkpointed.</param>
117
+
/// <param name="fullyQualifiedNamespace">The fully qualified Event Hubs namespace the checkpoint is associated with. This is likely to be similar to <c>{yournamespace}.servicebus.windows.net</c>.</param>
118
+
/// <param name="eventHubName">The name of the specific Event Hub the checkpoint is associated with, relative to the Event Hubs namespace that contains it.</param>
119
+
/// <param name="consumerGroup">The name of the consumer group the checkpoint is associated with.</param>
120
+
/// <param name="errorMessage">The message for the exception that occurred.</param>
/// Indicates that an attempt to update a checkpoint has completed.
127
+
/// </summary>
128
+
///
129
+
/// <param name="partitionId">The identifier of the partition being checkpointed.</param>
130
+
/// <param name="fullyQualifiedNamespace">The fully qualified Event Hubs namespace the checkpoint is associated with. This is likely to be similar to <c>{yournamespace}.servicebus.windows.net</c>.</param>
131
+
/// <param name="eventHubName">The name of the specific Event Hub the checkpoint is associated with, relative to the Event Hubs namespace that contains it.</param>
132
+
/// <param name="consumerGroup">The name of the consumer group the checkpoint is associated with.</param>
/// Indicates that an attempt to create/update a checkpoint has started.
139
+
/// </summary>
140
+
///
141
+
/// <param name="partitionId">The identifier of the partition being checkpointed.</param>
142
+
/// <param name="fullyQualifiedNamespace">The fully qualified Event Hubs namespace the checkpoint is associated with. This is likely to be similar to <c>{yournamespace}.servicebus.windows.net</c>.</param>
143
+
/// <param name="eventHubName">The name of the specific Event Hub the checkpoint is associated with, relative to the Event Hubs namespace that contains it.</param>
144
+
/// <param name="consumerGroup">The name of the consumer group the checkpoint is associated with.</param>
/// Indicates that an attempt to retrieve claim partition ownership has completed.
151
+
/// </summary>
152
+
///
153
+
/// <param name="partitionId">The identifier of the partition being claimed.</param>
154
+
/// <param name="fullyQualifiedNamespace">The fully qualified Event Hubs namespace the ownership is associated with. This is likely to be similar to <c>{yournamespace}.servicebus.windows.net</c>.</param>
155
+
/// <param name="eventHubName">The name of the specific Event Hub the ownership is associated with, relative to the Event Hubs namespace that contains it.</param>
156
+
/// <param name="consumerGroup">The name of the consumer group the ownership is associated with.</param>
157
+
/// <param name="ownerIdentifier">The identifier of the processor that attempted to claim the ownership for.</param>
/// Indicates that an exception was encountered while attempting to retrieve claim partition ownership.
164
+
/// </summary>
165
+
///
166
+
/// <param name="partitionId">The identifier of the partition being claimed.</param>
167
+
/// <param name="fullyQualifiedNamespace">The fully qualified Event Hubs namespace the ownership is associated with. This is likely to be similar to <c>{yournamespace}.servicebus.windows.net</c>.</param>
168
+
/// <param name="eventHubName">The name of the specific Event Hub the ownership is associated with, relative to the Event Hubs namespace that contains it.</param>
169
+
/// <param name="consumerGroup">The name of the consumer group the ownership is associated with.</param>
170
+
/// <param name="ownerIdentifier">The identifier of the processor that attempted to claim the ownership for.</param>
171
+
/// <param name="errorMessage">The message for the exception that occurred.</param>
/// Indicates that ownership was unable to be claimed.
178
+
/// </summary>
179
+
///
180
+
/// <param name="partitionId">The identifier of the partition being claimed.</param>
181
+
/// <param name="fullyQualifiedNamespace">The fully qualified Event Hubs namespace the ownership is associated with. This is likely to be similar to <c>{yournamespace}.servicebus.windows.net</c>.</param>
182
+
/// <param name="eventHubName">The name of the specific Event Hub the ownership is associated with, relative to the Event Hubs namespace that contains it.</param>
183
+
/// <param name="consumerGroup">The name of the consumer group the ownership is associated with.</param>
184
+
/// <param name="ownerIdentifier">The identifier of the processor that attempted to claim the ownership for.</param>
185
+
/// <param name="message">The message for the failure.</param>
/// Indicates that ownership was successfully claimed.
192
+
/// </summary>
193
+
///
194
+
/// <param name="partitionId">The identifier of the partition being claimed.</param>
195
+
/// <param name="fullyQualifiedNamespace">The fully qualified Event Hubs namespace the ownership is associated with. This is likely to be similar to <c>{yournamespace}.servicebus.windows.net</c>.</param>
196
+
/// <param name="eventHubName">The name of the specific Event Hub the ownership is associated with, relative to the Event Hubs namespace that contains it.</param>
197
+
/// <param name="consumerGroup">The name of the consumer group the ownership is associated with.</param>
198
+
/// <param name="ownerIdentifier">The identifier of the processor that attempted to claim the ownership for.</param>
/// Indicates that an attempt to claim a partition ownership has started.
205
+
/// </summary>
206
+
///
207
+
/// <param name="partitionId">The identifier of the partition being claimed.</param>
208
+
/// <param name="fullyQualifiedNamespace">The fully qualified Event Hubs namespace the ownership is associated with. This is likely to be similar to <c>{yournamespace}.servicebus.windows.net</c>.</param>
209
+
/// <param name="eventHubName">The name of the specific Event Hub the ownership is associated with, relative to the Event Hubs namespace that contains it.</param>
210
+
/// <param name="consumerGroup">The name of the consumer group the ownership is associated with.</param>
211
+
/// <param name="ownerIdentifier">The identifier of the processor that attempted to claim the ownership for.</param>
0 commit comments