From cdd043883cf0ecc01a68466b5e5532e671e52d38 Mon Sep 17 00:00:00 2001 From: Ying Hua Date: Thu, 1 Jun 2017 14:51:36 +0800 Subject: [PATCH] put example in remarks --- ...icrosoft.azure.eventhubs._partition_receiver.receive.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs-ref-overwrite/com.microsoft.azure.eventhubs._partition_receiver.receive.md b/docs-ref-overwrite/com.microsoft.azure.eventhubs._partition_receiver.receive.md index 0730eab6e0a6..468109955059 100644 --- a/docs-ref-overwrite/com.microsoft.azure.eventhubs._partition_receiver.receive.md +++ b/docs-ref-overwrite/com.microsoft.azure.eventhubs._partition_receiver.receive.md @@ -1,10 +1,9 @@ --- uid: com.microsoft.azure.eventhubs._partition_receiver.receive(final int) -summary: *content +summary: Receives a batch of [EventData](/java/api/com.microsoft.azure.eventhubs._event_data) objects from an Event Hubs partition. +remarks: *content --- -Receives a batch of [EventData](/java/api/com.microsoft.azure.eventhubs._event_data) objects from an Event Hubs partition. - The following sample code uses the synchronous version of the API, but the concepts are the same: ```java @@ -28,4 +27,4 @@ while (true) System.out.println(String.format("ReceivedBatch Size: %s", batchSize)); receivedEvents = receiver.receiveSync(); } -``` \ No newline at end of file +```