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