EventHubAdapterFactory.GetPartitionIdsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get partition Ids from eventhub
protected virtual System.Threading.Tasks.Task<string[]> GetPartitionIdsAsync ();
abstract member GetPartitionIdsAsync : unit -> System.Threading.Tasks.Task<string[]>
override this.GetPartitionIdsAsync : unit -> System.Threading.Tasks.Task<string[]>
Protected Overridable Function GetPartitionIdsAsync () As Task(Of String())