예제 #1
0
        } // broadcast

        // ------------------------------------------------------------------------------

        // TODO: finish listSessions
        public void listSessions(List <string> tags, ListSessionsCompletionHandler completionHandler)
        {
            mListSessionsCompletionHandler = completionHandler;
            mCompletionHandler             = null;
            HttpRequest_ListSessions.make_request(this, http_object, tags);
        } // listSessions
예제 #2
0
 // ------------------------------------------------------------------------------
 // TODO: finish listSessions
 public void listSessions(List<string> tags, ListSessionsCompletionHandler completionHandler)
 {
     mListSessionsCompletionHandler = completionHandler;
       mCompletionHandler = null;
       HttpRequest_ListSessions.make_request(this, http_object, tags);
 }