コード例 #1
0
 public void SetState(string connectionId, HdfExplorerState state)
 {
     _stateSet[connectionId] = state;
     this.GetClient(connectionId).SendAsync("SendState", state);
 }
コード例 #2
0
ファイル: AppModel.cs プロジェクト: tomyqg/OneDAS-Core
 public AppModel(HdfExplorerState hdfExplorerState, List <CampaignInfo> campaignInfoSet, Dictionary <string, string> campaignDescriptionSet)
 {
     this.HdfExplorerState       = hdfExplorerState;
     this.CampaignInfoSet        = campaignInfoSet;
     this.CampaignDescriptionSet = campaignDescriptionSet;
 }