Example #1
0
 public void Dispose()
 {
     if (m_sc.m_OnClose != null)
     {
         lock (m_csService)
         {
             m_lstService.Remove(this);
         }
         m_sc = new CSvsContext();
     }
 }
Example #2
0
 internal static extern bool AddSvsContext(uint serviceId, CSvsContext svsContext); //ta ignored on non-window platforms
Example #3
0
 internal static extern bool AddSvsContext(uint serviceId, CSvsContext svsContext);
Example #4
0
 public void Dispose()
 {
     if (m_sc.m_OnClose != null)
     {
         lock (m_csService)
         {
             m_lstService.Remove(this);
         }
         m_sc = new CSvsContext();
     }
 }