3 references to Run
Microsoft.AspNetCore.Connections.Abstractions (3)
ConnectionBuilderExtensions.cs (3)
27
return connectionBuilder.
Run
(handler.OnConnectedAsync);
32
/// If you aren't calling the next function, use <see cref="
Run
(IConnectionBuilder, Func{ConnectionContext, Task})"/> instead.
60
/// If you aren't calling the next function, use <see cref="
Run
(IConnectionBuilder, Func{ConnectionContext, Task})"/> instead.