@@ -38,7 +38,7 @@ namespace Microsoft.Azure.WebJobs.ServiceBus
3838{
3939 public partial class MessageProcessor
4040 {
41- public MessageProcessor ( Azure . Messaging . ServiceBus . ServiceBusProcessor processor ) { }
41+ protected internal MessageProcessor ( Azure . Messaging . ServiceBus . ServiceBusProcessor processor ) { }
4242 protected internal Azure . Messaging . ServiceBus . ServiceBusProcessor Processor { get { throw null ; } }
4343 protected internal virtual System . Threading . Tasks . Task < bool > BeginProcessingMessageAsync ( Microsoft . Azure . WebJobs . ServiceBus . ServiceBusMessageActions actions , Azure . Messaging . ServiceBus . ServiceBusReceivedMessage message , System . Threading . CancellationToken cancellationToken ) { throw null ; }
4444 protected internal virtual System . Threading . Tasks . Task CompleteProcessingMessageAsync ( Microsoft . Azure . WebJobs . ServiceBus . ServiceBusMessageActions actions , Azure . Messaging . ServiceBus . ServiceBusReceivedMessage message , Microsoft . Azure . WebJobs . Host . Executors . FunctionResult result , System . Threading . CancellationToken cancellationToken ) { throw null ; }
@@ -74,7 +74,6 @@ public partial class ServiceBusOptions : Microsoft.Azure.WebJobs.Hosting.IOption
7474 public ServiceBusOptions ( ) { }
7575 public bool AutoCompleteMessages { get { throw null ; } set { } }
7676 public Azure . Messaging . ServiceBus . ServiceBusRetryOptions ClientRetryOptions { get { throw null ; } set { } }
77- 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 { } }
8079 public int MaxConcurrentCalls { get { throw null ; } set { } }
@@ -94,10 +93,10 @@ internal ServiceBusSessionMessageActions() { }
9493 }
9594 public partial class SessionMessageProcessor
9695 {
97- public SessionMessageProcessor ( Azure . Messaging . ServiceBus . ServiceBusSessionProcessor processor ) { }
96+ protected internal SessionMessageProcessor ( Azure . Messaging . ServiceBus . ServiceBusSessionProcessor processor ) { }
9897 protected internal Azure . Messaging . ServiceBus . ServiceBusSessionProcessor Processor { get { throw null ; } }
99- public virtual System . Threading . Tasks . Task < bool > BeginProcessingMessageAsync ( Microsoft . Azure . WebJobs . ServiceBus . ServiceBusSessionMessageActions actions , Azure . Messaging . ServiceBus . ServiceBusReceivedMessage message , System . Threading . CancellationToken cancellationToken ) { throw null ; }
100- public virtual System . Threading . Tasks . Task CompleteProcessingMessageAsync ( Microsoft . Azure . WebJobs . ServiceBus . ServiceBusSessionMessageActions actions , Azure . Messaging . ServiceBus . ServiceBusReceivedMessage message , Microsoft . Azure . WebJobs . Host . Executors . FunctionResult result , System . Threading . CancellationToken cancellationToken ) { throw null ; }
98+ protected internal virtual System . Threading . Tasks . Task < bool > BeginProcessingMessageAsync ( Microsoft . Azure . WebJobs . ServiceBus . ServiceBusSessionMessageActions actions , Azure . Messaging . ServiceBus . ServiceBusReceivedMessage message , System . Threading . CancellationToken cancellationToken ) { throw null ; }
99+ protected internal virtual System . Threading . Tasks . Task CompleteProcessingMessageAsync ( Microsoft . Azure . WebJobs . ServiceBus . ServiceBusSessionMessageActions actions , Azure . Messaging . ServiceBus . ServiceBusReceivedMessage message , Microsoft . Azure . WebJobs . Host . Executors . FunctionResult result , System . Threading . CancellationToken cancellationToken ) { throw null ; }
101100 }
102101}
103102namespace Microsoft . Extensions . Hosting
0 commit comments