Property | Type | Description | |
---|---|---|---|
EventHubConsumerGroup | System |
Method | Description | |
---|---|---|
CreateReceiver ( string partitionId ) : |
Create an event hub receiver for a specified partition
|
|
CreateReceiver ( string partitionId, System.DateTime startingDateTimeUtc ) : |
Create an event hub receiver for a specified partition from a starting date/time offset
|
|
CreateReceiver ( string partitionId, string startingOffset ) : |
Create an event hub receiver for a specified partition from a starting offset
|
Method | Description | |
---|---|---|
EventHubConsumerGroup ( |
Constructor
|
public CreateReceiver ( string partitionId ) : |
||
partitionId | string | ID of the partition |
return |
public CreateReceiver ( string partitionId, System.DateTime startingDateTimeUtc ) : |
||
partitionId | string | ID of the partition |
startingDateTimeUtc | System.DateTime | Starting date/time offset at which to start receiving messages |
return |
public CreateReceiver ( string partitionId, string startingOffset ) : |
||
partitionId | string | ID of the partition |
startingOffset | string | Starting offset at which to start receiving messages |
return |