Skip to content

Commit ec08d0d

Browse files
Update articles/stream-analytics/stream-analytics-edge-csharp-udf-methods.md
Co-Authored-By: Mary McCready <[email protected]>
1 parent cafc163 commit ec08d0d

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
@@ -37,7 +37,7 @@ There are three ways to implement UDFs:
3737
The format of any UDF package has the path `/UserCustomCode/CLR/*`. Dynamic Link Libraries (DLLs) and resources are copied under the `/UserCustomCode/CLR/*` folder, which helps isolate user DLLs from system and Azure Stream Analytics DLLs. This package path is used for all functions regardless of the method used to employ them.
3838

3939
## Supported types and mapping
40-
For Azure Stream Analytics values to be used in C#, they need to be marshaled from one environment to the other. The Marshaling happens for all input parameters of an UDF. Every Azure Stream Analytics type has a coresponding type in C# shown on the table bellow:
40+
For Azure Stream Analytics values to be used in C#, they need to be marshaled from one environment to the other. Marshaling happens for all input parameters of a UDF. Every Azure Stream Analytics type has a corresponding type in C# shown on the table below:
4141

4242
|**Azure Stream Analytics type** |**C# type** |
4343
|---------|---------|

0 commit comments

Comments
 (0)