Add snippets

This commit is contained in:
Roei Erez
2023-12-14 09:46:58 +02:00
parent 31483fb54e
commit 05f18fe1df
10 changed files with 259 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ public class ServiceStatusSnippets
try
{
var healthCheck = sdk.ServiceHealthCheck();
Console.WriteLine($"Current service status is: {healthCheck.status}");
Console.WriteLine($"Current service status is: {healthCheck.status}");
}
catch (Exception)
{