public void SetState(string connectionId, HdfExplorerState state) { _stateSet[connectionId] = state; this.GetClient(connectionId).SendAsync("SendState", state); }
public AppModel(HdfExplorerState hdfExplorerState, List <CampaignInfo> campaignInfoSet, Dictionary <string, string> campaignDescriptionSet) { this.HdfExplorerState = hdfExplorerState; this.CampaignInfoSet = campaignInfoSet; this.CampaignDescriptionSet = campaignDescriptionSet; }