Exemplo n.º 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);
        }
Exemplo n.º 2
0
 public PubSubClientCallback()
 {
     showPublishedMessageModel = new ShowPublishedMessageModel();
 }