@@ -11,10 +11,6 @@ public CreateMessageBatchOptions() { }
1111 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1212 public override string ToString ( ) { throw null ; }
1313 }
14- public enum LinkCloseMode
15- {
16- Detach = 0 ,
17- }
1814 public sealed partial class ProcessErrorEventArgs : System . EventArgs
1915 {
2016 public ProcessErrorEventArgs ( System . Exception exception , Azure . Messaging . ServiceBus . ServiceBusErrorSource errorSource , string fullyQualifiedNamespace , string entityPath , System . Threading . CancellationToken cancellationToken ) { }
@@ -212,7 +208,7 @@ protected ServiceBusProcessor() { }
212208 public Azure . Messaging . ServiceBus . ServiceBusReceiveMode ReceiveMode { get { throw null ; } }
213209 public event System . Func < Azure . Messaging . ServiceBus . ProcessErrorEventArgs , System . Threading . Tasks . Task > ProcessErrorAsync { add { } remove { } }
214210 public event System . Func < Azure . Messaging . ServiceBus . ProcessMessageEventArgs , System . Threading . Tasks . Task > ProcessMessageAsync { add { } remove { } }
215- public virtual System . Threading . Tasks . Task CloseAsync ( Azure . Messaging . ServiceBus . LinkCloseMode closeMode = Azure . Messaging . ServiceBus . LinkCloseMode . Detach , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
211+ public virtual System . Threading . Tasks . Task CloseAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
216212 public System . Threading . Tasks . ValueTask DisposeAsync ( ) { throw null ; }
217213 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
218214 public override bool Equals ( object obj ) { throw null ; }
@@ -281,7 +277,7 @@ protected ServiceBusReceiver() { }
281277 public int PrefetchCount { get { throw null ; } }
282278 public Azure . Messaging . ServiceBus . ServiceBusReceiveMode ReceiveMode { get { throw null ; } }
283279 public virtual System . Threading . Tasks . Task AbandonMessageAsync ( Azure . Messaging . ServiceBus . ServiceBusReceivedMessage message , System . Collections . Generic . IDictionary < string , object > propertiesToModify = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
284- public virtual System . Threading . Tasks . Task CloseAsync ( Azure . Messaging . ServiceBus . LinkCloseMode closeMode = Azure . Messaging . ServiceBus . LinkCloseMode . Detach , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
280+ public virtual System . Threading . Tasks . Task CloseAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
285281 public virtual System . Threading . Tasks . Task CompleteMessageAsync ( Azure . Messaging . ServiceBus . ServiceBusReceivedMessage message , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
286282 public virtual System . Threading . Tasks . Task DeadLetterMessageAsync ( Azure . Messaging . ServiceBus . ServiceBusReceivedMessage message , System . Collections . Generic . IDictionary < string , object > propertiesToModify = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
287283 public virtual System . Threading . Tasks . Task DeadLetterMessageAsync ( Azure . Messaging . ServiceBus . ServiceBusReceivedMessage message , string deadLetterReason , string deadLetterErrorDescription = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -350,7 +346,7 @@ protected ServiceBusSender() { }
350346 public bool IsClosed { get { throw null ; } }
351347 public virtual System . Threading . Tasks . Task CancelScheduledMessageAsync ( long sequenceNumber , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
352348 public virtual System . Threading . Tasks . Task CancelScheduledMessagesAsync ( System . Collections . Generic . IEnumerable < long > sequenceNumbers , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
353- public virtual System . Threading . Tasks . Task CloseAsync ( Azure . Messaging . ServiceBus . LinkCloseMode closeMode = Azure . Messaging . ServiceBus . LinkCloseMode . Detach , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
349+ public virtual System . Threading . Tasks . Task CloseAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
354350 public virtual System . Threading . Tasks . ValueTask < Azure . Messaging . ServiceBus . ServiceBusMessageBatch > CreateMessageBatchAsync ( Azure . Messaging . ServiceBus . CreateMessageBatchOptions options , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
355351 public virtual System . Threading . Tasks . ValueTask < Azure . Messaging . ServiceBus . ServiceBusMessageBatch > CreateMessageBatchAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
356352 public virtual System . Threading . Tasks . ValueTask DisposeAsync ( ) { throw null ; }
@@ -383,7 +379,7 @@ protected ServiceBusSessionProcessor() { }
383379 public event System . Func < Azure . Messaging . ServiceBus . ProcessSessionMessageEventArgs , System . Threading . Tasks . Task > ProcessMessageAsync { add { } remove { } }
384380 public event System . Func < Azure . Messaging . ServiceBus . ProcessSessionEventArgs , System . Threading . Tasks . Task > SessionClosingAsync { add { } remove { } }
385381 public event System . Func < Azure . Messaging . ServiceBus . ProcessSessionEventArgs , System . Threading . Tasks . Task > SessionInitializingAsync { add { } remove { } }
386- public virtual System . Threading . Tasks . Task CloseAsync ( Azure . Messaging . ServiceBus . LinkCloseMode closeMode = Azure . Messaging . ServiceBus . LinkCloseMode . Detach , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
382+ public virtual System . Threading . Tasks . Task CloseAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
387383 public System . Threading . Tasks . ValueTask DisposeAsync ( ) { throw null ; }
388384 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
389385 public override bool Equals ( object obj ) { throw null ; }
0 commit comments