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

Method Add

samples/RealtimeSignIn/function/SignInTable.cs:60–65  ·  view source on GitHub ↗
(string os, string browser)

Source from the content-addressed store, hash-verified

58 }
59
60 public void Add(string os, string browser)
61 {
62 var newInfo = new SignInInfo(os, browser);
63 var insert = TableOperation.Insert(newInfo);
64 table.Execute(insert);
65 }
66
67 public SignInStats GetStats()
68 {

Callers 15

OnConnectedAsyncMethod · 0.45
GetWebPageMethod · 0.45
RunMethod · 0.45
PostJsonAsyncMethod · 0.45
GetWebPageMethod · 0.45
NegotiateMethod · 0.45
BroadcastMethod · 0.45
BroadcastMethod · 0.45
Program.csFile · 0.45
GetUserCompanyInfoAsyncFunction · 0.45
GetWebPageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected