Skip to content

Commit 1ee1fe4

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

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
@@ -168,7 +168,7 @@ The `StreamingContext` class lets you publish diagnostic information using the `
168168
The `StreamingContext` value doesn't need to be passed in by the SQL query. Azure Stream Analytics provides a context object automatically if an input parameter is present. The use of the `MyUdfMethod` does not change as shown in the query below.
169169

170170
```sql
171-
SELECT udf.MyUdfMethod(input.value) as udfValue FROM input
171+
SELECT udf.MyUdfMethod(input.value) as udfValue FROM input
172172
```
173173

174174
You can access log messages through the [diagnostic logs](data-errors.md).

0 commit comments

Comments
 (0)