Skip to content

Commit e5253d1

Browse files
Update articles/stream-analytics/stream-analytics-edge-csharp-udf-methods.md
Co-authored-by: Mary McCready <[email protected]>
1 parent f3e26df commit e5253d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/stream-analytics-edge-csharp-udf-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The `StreamingContext` class lets you publish diagnostic information using the `
153153
}
154154
```
155155

156-
`StreamingContext` is passed as an input parameter to the user UDF method and can be used within the UDF to publish user custom log information. In the example below `MyUdfMethod` defines a **data** input which the value will be provided by the query and a **context** input as the `StreamingContext` provided by the runtime engine.
156+
`StreamingContext` is passed as an input parameter to the UDF method and can be used within the UDF to publish custom log information. In the example below, `MyUdfMethod` defines a **data** input, which is provided by the query, and a **context** input as the `StreamingContext`, provided by the runtime engine.
157157

158158
```csharp
159159
public static long MyUdfMethod(long data, StreamingContext context)

0 commit comments

Comments
 (0)