From 24e85cd16d4efacbb88feee9aaa2d966638e5a29 Mon Sep 17 00:00:00 2001 From: Bill Berry Date: Thu, 6 Apr 2017 16:08:29 -0700 Subject: [PATCH] Fixed function name. --- bindings/dotnet/devdoc/dotnet_binding_hld.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/dotnet/devdoc/dotnet_binding_hld.md b/bindings/dotnet/devdoc/dotnet_binding_hld.md index 317199b6..9f2a40a6 100644 --- a/bindings/dotnet/devdoc/dotnet_binding_hld.md +++ b/bindings/dotnet/devdoc/dotnet_binding_hld.md @@ -68,7 +68,7 @@ gateway process, it: ### Module\_Start -When the **.NET Module Host**’s `Module_Destroy` function is invoked by the +When the **.NET Module Host**’s `Module_Start` function is invoked by the gateway, it: - Checks to see if the .NET module has implemented the `Start` method. @@ -193,4 +193,4 @@ Flow Diagram ------------ Following is the flow diagram of a lifecycle of the .NET module: -![](images/flow_chart.png) \ No newline at end of file +![](images/flow_chart.png)