Skip to content

Commit 4b826f4

Browse files
authored
Merge pull request #84214 from alkohli/patch-481
Updated in response to GitHub issue # 35778
2 parents bd67199 + 1530858 commit 4b826f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/databox-online/data-box-edge-create-iot-edge-module.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: article
10-
ms.date: 03/19/2019
10+
ms.date: 08/02/2019
1111
ms.author: alkohli
1212
---
1313

@@ -136,11 +136,11 @@ Create a C# solution template that you can customize with your own code.
136136
private const string OutputFolderPath = "/home/output";
137137
```
138138
139-
4. Add the **MessageBody** class to the Program class. These classes define the expected schema for the body of incoming messages.
139+
4. Add the **FileEvent** class to define the message body.
140140
141141
```
142142
/// <summary>
143-
/// The MessageBody class defines the expected schema for the body of incoming messages.
143+
/// The FileEvent class defines the body of incoming messages.
144144
/// </summary>
145145
private class FileEvent
146146
{

0 commit comments

Comments
 (0)