MCPcopy Create free account
hub / github.com/aspnet/AzureSignalR-samples / IChatClient

Interface IChatClient

samples/DotnetIsolated-ClassBased/Functions.cs:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 public interface IChatClient
126 {
127 Task newMessage(NewMessage message);
128 Task newConnection(NewConnection connection);
129 }
130}

Callers 5

BroadcastMethod · 0.80
SendToGroupMethod · 0.80
SendToUserMethod · 0.80
SendToConnectionMethod · 0.80
OnConnectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected