Removed dupe inline IClient from ChatHubClientResultsStronglyTyped
parent
0c001833a0
commit
c4aee8f944
|
@ -3,11 +3,6 @@ using static System.Runtime.InteropServices.JavaScript.JSType;
|
|||
|
||||
namespace SignalRHubsSample.Hubs;
|
||||
// <snippet_HubClientResultsStronglyTyped>
|
||||
public interface IClient
|
||||
{
|
||||
Task<string> GetMessage();
|
||||
}
|
||||
|
||||
public class ChatHubClientResultsStronglyTyped : Hub
|
||||
{
|
||||
public interface IClient
|
||||
|
|
Loading…
Reference in New Issue