Skip to content

Commit 54394bb

Browse files
authored
Merge pull request #110191 from Karishma-Tiwari-MSFT/patch-165
(ForumsTeam) fixes MicrosoftDocs/azure-docs#51646
2 parents 4d6ae02 + 1e573ac commit 54394bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cloud-services/cloud-services-role-lifecycle-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The [RoleEntryPoint](/previous-versions/azure/reference/ee758619(v=azure.100)) c
1818

1919
When extending **RoleEntryPoint**, you should be aware of the following behaviors of the methods:
2020

21-
* The [OnStart](/previous-versions/azure/reference/ee772851(v=azure.100)) and [OnStop](/previous-versions/azure/reference/ee772844(v=azure.100)) methods return a boolean value, so it is possible to return **false** from these methods.
21+
* The [OnStart](/previous-versions/azure/reference/ee772851(v=azure.100)) method returns a boolean value, so it is possible to return **false** from this method.
2222

2323
If your code returns **false**, the role process is abruptly terminated, without running any shutdown sequence you may have in place. In general, you should avoid returning **false** from the **OnStart** method.
2424
* Any uncaught exception within an overload of a **RoleEntryPoint** method is treated as an unhandled exception.

0 commit comments

Comments
 (0)