4 references to StartAsync
Aspire.Hosting.Azure.Tests (1)
AzureSignalREmulatorFunctionalTest.cs (1)
116await connection.StartAsync(token);
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
39/// Before hub methods can be invoked the connection must be started using <see cref="StartAsync"/>. 202/// <param name="connectionFactory">The <see cref="IConnectionFactory" /> used to create a connection each time <see cref="StartAsync" /> is called.</param> 223/// <param name="connectionFactory">The <see cref="IConnectionFactory" /> used to create a connection each time <see cref="StartAsync" /> is called.</param>