SignalR send object - newbie
问题 With Signal R, if trying to send an object, what is the syntax to pass the model? private async void FormLoaded(object sender, RoutedEventArgs e) { //Connection stuff... Proxy.On("sendHello", () => OnSendDataConnection(ModelBuilder())); } private void OnSendDataConnection(ConnectionModel model) { Dispatcher.Invoke(DispatcherPriority.Normal,model?????) this.Dispatcher.Invoke((Action)(LoadW)); } 回答1: Looking at the question (text, and not the code) I understand you are trying to send Complex