Exemplo n.º 1
0
        public void getCaption(string PostToClients, int groupID)
        {
            WebForm5 groups = new WebForm5();



            Clients.updatePictures(Context.ConnectionId, PostToClients, groupID);
        }
Exemplo n.º 2
0
        public void GetLatestPost(string thisMemberID)
        {
            WebForm5 groups = new WebForm5();


            BulabulaApp.WebServices.postsWebservice posts = new WebServices.postsWebservice();
            posts.ClientUpdateMemberID = thisMemberID;
            string PostToClients = posts.ClientUpdateSignalR();
            string groupID       = posts.ClientUpdateGroupID.ToString();
            string postType      = posts.ClientUpdateType;

            Clients.InsertLatestPost(Context.ConnectionId, PostToClients, groupID, postType);
        }
Exemplo n.º 3
0
        public void geCaption(string PostToClients, int groupID)
        {
            WebForm5 groups = new WebForm5();

            //while (i == 0)
            // {


            Clients.shapeMoved(Context.ConnectionId, PostToClients, groupID);


            //   }
        }
Exemplo n.º 4
0
        public void GetLatestPost(string thisMemberID)
        {
            WebForm5 groups = new WebForm5();

            BulabulaApp.WebServices.postsWebservice posts = new WebServices.postsWebservice();
            posts.ClientUpdateMemberID = thisMemberID;
            string PostToClients = posts.ClientUpdateSignalR();
            string  groupID = posts.ClientUpdateGroupID.ToString();
            string postType = posts.ClientUpdateType;

            Clients.InsertLatestPost(Context.ConnectionId, PostToClients, groupID, postType);
        }
Exemplo n.º 5
0
        public void getCaption(string PostToClients, int groupID)
        {
            WebForm5 groups = new WebForm5();

            Clients.updatePictures(Context.ConnectionId, PostToClients, groupID);
        }
Exemplo n.º 6
0
        public void geCaption(string PostToClients, int groupID)
        {
            WebForm5 groups = new WebForm5();

            //while (i == 0)
            // {

            Clients.shapeMoved(Context.ConnectionId, PostToClients, groupID);

            //   }
        }