MCPcopy Index your code
hub / github.com/camunda/camunda-platform-get-started / CreateZeebeClient

Method CreateZeebeClient

csharp/Program.cs:78–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected