Skip to content

Commit af58f6b

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

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
@@ -165,7 +165,7 @@ The `StreamingContext` class lets you publish diagnostic information using the `
165165
}
166166
```
167167

168-
`StreamingContext` value does not need to be passed by the user in the SQL query, Azure Stream Analytics will provide a context object automatically if input parameter is present. The use of the `MyUdfMethod` does not change as shown below.
168+
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
171171
SELECT udf.MyUdfMethod(input.value) as udfValue FROM input

0 commit comments

Comments
 (0)