()
| 76 | } |
| 77 | |
| 78 | private static IZeebeClient CreateZeebeClient() |
| 79 | { |
| 80 | return CamundaCloudClientBuilder |
| 81 | .Builder() |
| 82 | .UseClientId(ClientID) |
| 83 | .UseClientSecret(ClientSecret) |
| 84 | .UseContactPoint(ClusterAddress) |
| 85 | .UseLoggerFactory(LoggerFactory) // optional |
| 86 | .Build(); |
| 87 | } |
| 88 | |
| 89 | private static void AwaitExitUserCmd() |
| 90 | { |
nothing calls this directly
no outgoing calls
no test coverage detected