We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33f682 commit 9ce6b8fCopy full SHA for 9ce6b8f
src/Temporalio/Client/TemporalConnection.cs
@@ -145,6 +145,7 @@ public string? ApiKey
145
/// </summary>
146
/// <param name="options">Options for connecting.</param>
147
/// <returns>The established connection.</returns>
148
+ /// <exception cref="System.InvalidOperationException">Thrown when cannot successfully connect.</exception>
149
public static async Task<TemporalConnection> ConnectAsync(TemporalConnectionOptions options)
150
{
151
var conn = new TemporalConnection(options, lazy: false);
0 commit comments