Skip to content

Commit

Permalink
Approving public API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanFeldman committed Jun 14, 2018
1 parent 9cd557c commit 4606782
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace Microsoft.Azure.ServiceBus
public string ClientId { get; }
public bool IsClosedOrClosing { get; }
public abstract System.TimeSpan OperationTimeout { get; set; }
public bool OwnsConnection { get; }
public abstract string Path { get; }
public abstract System.Collections.Generic.IList<Microsoft.Azure.ServiceBus.Core.ServiceBusPlugin> RegisteredPlugins { get; }
public Microsoft.Azure.ServiceBus.RetryPolicy RetryPolicy { get; }
Expand Down

0 comments on commit 4606782

Please sign in to comment.