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