locked
SignalR Client in WPF RRS feed

  • Question

  • Hello there , i want know that how i create signalR Server and SignalR Client in WPF Application. Please Help me as soon as possible.

    Thanks in advance.

    Wednesday, June 1, 2016 10:33 AM

Answers

  • Why would you post a screen shot rather than code?

    The harder you make it for people to help the less likely you are to get help.

    .

    That code doesn't do anything.

    You're just casting mainwindow.

    Begininvoke is kind of deprecated, you should really use invokeasync and do something with the window one you get it.

    Application.Current.Dispatcher.InvokeAsync(new Action(() =>
    {
       // Put your code here.
    }));


    Hope that helps.

    Technet articles: WPF: Layout Lab; All my Technet Articles

    • Marked as answer by DotNet Wang Tuesday, July 12, 2016 2:07 AM
    Thursday, June 2, 2016 4:37 PM

All replies