EventHubSender.Send(EventData) Method

Definition

Sends event data to the logical partition represented by PartitionId.

public void Send (Microsoft.ServiceBus.Messaging.EventData data);
member this.Send : Microsoft.ServiceBus.Messaging.EventData -> unit
Public Sub Send (data As EventData)

Parameters

data
EventData

The EventData to send.

Applies to