Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Broadcast
Method · 0.80
SendToGroup
Method · 0.80
SendToUser
Method · 0.80
SendToConnection
Method · 0.80
OnConnected
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected