1 write to _callback
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2101_callback = callback;
2 references to _callback
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
2095public bool HasResult => _callback.Method.ReturnType == typeof(Task<object>); 2108return _callback(parameters, _state);