Beispiel #1
0
 public bool BumpThread(string threadId, string threadTitle)
 {
     return(transport.BumpThread(threadId, threadTitle));
 }
Beispiel #2
0
 public bool BumpThread(string threadID)
 {
     return(innerTranport.BumpThread(threadID));
 }
 public bool BumpThread(string threadID, string threadTitle)
 {
     return(_innerTranport.BumpThread(threadID, threadTitle));
 }
Beispiel #4
0
 public bool BumpThread(string threadId)
 {
     return(transport.BumpThread(threadId));
 }