@@ -39,21 +39,20 @@ public partial class MessageProcessor
3939 {
4040 public MessageProcessor ( Azure . Messaging . ServiceBus . ServiceBusProcessor processor ) { }
4141 protected internal Azure . Messaging . ServiceBus . ServiceBusProcessor Processor { get { throw null ; } }
42- public virtual System . Threading . Tasks . Task < bool > BeginProcessingMessageAsync ( Microsoft . Azure . WebJobs . ServiceBus . ServiceBusMessageActions messageActions , Azure . Messaging . ServiceBus . ServiceBusReceivedMessage message , System . Threading . CancellationToken cancellationToken ) { throw null ; }
43- public virtual System . Threading . Tasks . Task CompleteProcessingMessageAsync ( Microsoft . Azure . WebJobs . ServiceBus . ServiceBusMessageActions messageActions , Azure . Messaging . ServiceBus . ServiceBusReceivedMessage message , Microsoft . Azure . WebJobs . Host . Executors . FunctionResult result , System . Threading . CancellationToken cancellationToken ) { throw null ; }
42+ protected internal virtual System . Threading . Tasks . Task < bool > BeginProcessingMessageAsync ( Microsoft . Azure . WebJobs . ServiceBus . ServiceBusMessageActions messageActions , Azure . Messaging . ServiceBus . ServiceBusReceivedMessage message , System . Threading . CancellationToken cancellationToken ) { throw null ; }
43+ protected internal virtual System . Threading . Tasks . Task CompleteProcessingMessageAsync ( Microsoft . Azure . WebJobs . ServiceBus . ServiceBusMessageActions messageActions , Azure . Messaging . ServiceBus . ServiceBusReceivedMessage message , Microsoft . Azure . WebJobs . Host . Executors . FunctionResult result , System . Threading . CancellationToken cancellationToken ) { throw null ; }
4444 }
4545 public partial class MessagingProvider
4646 {
47- protected MessagingProvider ( ) { }
4847 public MessagingProvider ( Microsoft . Extensions . Options . IOptions < Microsoft . Azure . WebJobs . ServiceBus . ServiceBusOptions > options ) { }
49- public virtual Azure . Messaging . ServiceBus . ServiceBusReceiver CreateBatchMessageReceiver ( Azure . Messaging . ServiceBus . ServiceBusClient client , string entityPath ) { throw null ; }
50- public virtual Azure . Messaging . ServiceBus . ServiceBusClient CreateClient ( string connectionString ) { throw null ; }
51- public virtual Azure . Messaging . ServiceBus . ServiceBusClient CreateClient ( string fullyQualifiedNamespace , Azure . Core . TokenCredential credential ) { throw null ; }
52- public virtual Microsoft . Azure . WebJobs . ServiceBus . MessageProcessor CreateMessageProcessor ( Azure . Messaging . ServiceBus . ServiceBusClient client , string entityPath ) { throw null ; }
53- public virtual Azure . Messaging . ServiceBus . ServiceBusSender CreateMessageSender ( Azure . Messaging . ServiceBus . ServiceBusClient client , string entityPath ) { throw null ; }
54- public virtual Azure . Messaging . ServiceBus . ServiceBusProcessor CreateProcessor ( Azure . Messaging . ServiceBus . ServiceBusClient client , string entityPath ) { throw null ; }
55- public virtual Microsoft . Azure . WebJobs . ServiceBus . SessionMessageProcessor CreateSessionMessageProcessor ( Azure . Messaging . ServiceBus . ServiceBusClient client , string entityPath ) { throw null ; }
56- public virtual Azure . Messaging . ServiceBus . ServiceBusSessionProcessor CreateSessionProcessor ( Azure . Messaging . ServiceBus . ServiceBusClient client , string entityPath ) { throw null ; }
48+ protected internal virtual Azure . Messaging . ServiceBus . ServiceBusReceiver CreateBatchMessageReceiver ( Azure . Messaging . ServiceBus . ServiceBusClient client , string entityPath , Azure . Messaging . ServiceBus . ServiceBusReceiverOptions options ) { throw null ; }
49+ protected internal virtual Azure . Messaging . ServiceBus . ServiceBusClient CreateClient ( string fullyQualifiedNamespace , Azure . Core . TokenCredential credential , Azure . Messaging . ServiceBus . ServiceBusClientOptions options ) { throw null ; }
50+ protected internal virtual Azure . Messaging . ServiceBus . ServiceBusClient CreateClient ( string connectionString , Azure . Messaging . ServiceBus . ServiceBusClientOptions options ) { throw null ; }
51+ protected internal virtual Microsoft . Azure . WebJobs . ServiceBus . MessageProcessor CreateMessageProcessor ( Azure . Messaging . ServiceBus . ServiceBusClient client , string entityPath , Azure . Messaging . ServiceBus . ServiceBusProcessorOptions options ) { throw null ; }
52+ protected internal virtual Azure . Messaging . ServiceBus . ServiceBusSender CreateMessageSender ( Azure . Messaging . ServiceBus . ServiceBusClient client , string entityPath ) { throw null ; }
53+ protected internal virtual Azure . Messaging . ServiceBus . ServiceBusProcessor CreateProcessor ( Azure . Messaging . ServiceBus . ServiceBusClient client , string entityPath , Azure . Messaging . ServiceBus . ServiceBusProcessorOptions options ) { throw null ; }
54+ protected internal virtual Microsoft . Azure . WebJobs . ServiceBus . SessionMessageProcessor CreateSessionMessageProcessor ( Azure . Messaging . ServiceBus . ServiceBusClient client , string entityPath , Azure . Messaging . ServiceBus . ServiceBusSessionProcessorOptions options ) { throw null ; }
55+ protected internal virtual Azure . Messaging . ServiceBus . ServiceBusSessionProcessor CreateSessionProcessor ( Azure . Messaging . ServiceBus . ServiceBusClient client , string entityPath , Azure . Messaging . ServiceBus . ServiceBusSessionProcessorOptions options ) { throw null ; }
5756 }
5857 public enum ServiceBusEntityType
5958 {
@@ -77,9 +76,9 @@ public ServiceBusOptions() { }
7776 public System . Func < Azure . Messaging . ServiceBus . ProcessErrorEventArgs , System . Threading . Tasks . Task > ExceptionHandler { get { throw null ; } set { } }
7877 public Newtonsoft . Json . JsonSerializerSettings JsonSerializerSettings { get { throw null ; } set { } }
7978 public System . TimeSpan MaxAutoLockRenewalDuration { get { throw null ; } set { } }
79+ public int MaxBatchSize { get { throw null ; } set { } }
8080 public int MaxConcurrentCalls { get { throw null ; } set { } }
8181 public int MaxConcurrentSessions { get { throw null ; } set { } }
82- public int MaxMessages { get { throw null ; } set { } }
8382 public int PrefetchCount { get { throw null ; } set { } }
8483 public System . TimeSpan ? SessionIdleTimeout { get { throw null ; } set { } }
8584 public Azure . Messaging . ServiceBus . ServiceBusTransportType TransportType { get { throw null ; } set { } }
0 commit comments