5 references to _completionSource
Microsoft.AspNetCore.SignalR.Client.Core (5)
Internal\InvocationRequest.cs (5)
176public Task<object?> Result => _completionSource.Task; 193_completionSource.TrySetResult(completionMessage.Result); 207_completionSource.TrySetException(exception); 213_completionSource.TrySetException(new InvalidOperationException($"Streaming hub methods must be invoked with the '{nameof(HubConnection)}.{nameof(HubConnectionExtensions.StreamAsChannelAsync)}' method.")); 228_completionSource.TrySetCanceled();