Exemple #1
0
        public static void SetPublisherSubscribersWorkFlowForConnectionEvent()
        {
            ShowPublishedMessageModel showPublishedMessageModel = new ShowPublishedMessageModel();

            showPublishedMessageModel.SubscribeToConnectionEvent();

            //Publish Event to model component to start a connection with the service
            ManageConnectionEvent.Instance.Publish(true);
        }
Exemple #2
0
 public PubSubClientCallback()
 {
     showPublishedMessageModel = new ShowPublishedMessageModel();
 }