last ...
This commit is contained in:
@@ -58,6 +58,12 @@ namespace xPushService.Base
|
||||
|
||||
//
|
||||
#region Actions ...
|
||||
public async Task SendCustomAction(string actionName, string payLoad)
|
||||
{
|
||||
//
|
||||
var connectionId = Context.ConnectionId;
|
||||
await Clients.AllExcept(connectionId).SendAsync(actionName, payLoad, connectionId);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user