我正在使用SignalR 2.0.0-rc1,並在將它部署到我的服務器時出現問題。 服務器端我定義一個集線器(我也嘗試返回類型爲void,而這是造成我一個異步異常:https://github.com/SignalR/SignalR/issues/656) public class IpnHub : Hub
{
// This is the method that never gets
我想在ApplyLeave表格更改時發送通知.Scenerio類似於... 當用戶申請休假時,管理員將收到「有人申請休假」的通知。我很掙扎關於如何做到這一點,我先使用代碼,然後使用SignalR發送通知。我不擅長javascript.Thanks提前。 我ApplyLeave類 public class ApplyLeave
{
public long? EmployeeId {
Controller類凡集線器的定義 public abstract class MonitoringProfileLogChartController : Croem.NotificationManager.Website.Base.BaseController.BaseController
{
public ActionResult Index()
{