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
Copy file name to clipboardExpand all lines: sdk/servicebus/Azure.Messaging.ServiceBus/src/Primitives/ServiceBusModelFactory.cs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -215,17 +215,17 @@ public static RuleProperties RuleProperties(
215
215
};
216
216
217
217
/// <summary>
218
-
/// Initializes a new instance of the <see cref="ServiceBusMessageBatch" /> class.
218
+
/// Initializes a new instance of the <see cref="Azure.Messaging.ServiceBus.ServiceBusMessageBatch" /> class.
219
219
/// </summary>
220
220
///
221
221
/// <param name="batchSizeBytes">The size, in bytes, that the batch should report; this is a static value and will not mutate as messages are added.</param>
222
-
/// <param name="batchMessageStore">A list to which messages will be added when <see cref="ServiceBusMessageBatch.TryAddMessage" /> calls are successful.</param>
222
+
/// <param name="batchMessageStore">A list to which messages will be added when <see cref="Azure.Messaging.ServiceBus.ServiceBusMessageBatch.TryAddMessage" /> calls are successful.</param>
223
223
/// <param name="batchOptions">The set of options to consider when creating this batch.</param>
224
-
/// <param name="tryAddCallback"> A function that will be invoked when <see cref="ServiceBusMessageBatch.TryAddMessage" /> is called;
225
-
/// the return of this callback represents the result of <see cref="ServiceBusMessageBatch.TryAddMessage" />.
224
+
/// <param name="tryAddCallback"> A function that will be invoked when <see cref="Azure.Messaging.ServiceBus.ServiceBusMessageBatch.TryAddMessage" /> is called;
225
+
/// the return of this callback represents the result of <see cref="Azure.Messaging.ServiceBus.ServiceBusMessageBatch.TryAddMessage" />.
226
226
/// If not provided, all events will be accepted into the batch.</param>
227
227
///
228
-
/// <returns>The <see cref="ServiceBusMessageBatch" /> instance that was created.</returns>
228
+
/// <returns>The <see cref="Azure.Messaging.ServiceBus.ServiceBusMessageBatch" /> instance that was created.</returns>
0 commit comments