Пример #1
0
        public void getCaption(string PostToClients, int groupID)
        {
            WebForm5 groups = new WebForm5();



            Clients.updatePictures(Context.ConnectionId, PostToClients, groupID);
        }
Пример #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);
        }
Пример #3
0
        public void geCaption(string PostToClients, int groupID)
        {
            WebForm5 groups = new WebForm5();

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


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


            //   }
        }
Пример #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);
        }
Пример #5
0
        public void getCaption(string PostToClients, int groupID)
        {
            WebForm5 groups = new WebForm5();

            Clients.updatePictures(Context.ConnectionId, PostToClients, groupID);
        }
Пример #6
0
        public void geCaption(string PostToClients, int groupID)
        {
            WebForm5 groups = new WebForm5();

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

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

            //   }
        }