Beispiel #1
0
 public void Close()
 {
     if (this.sdbsocket != null)
     {
         this.sdbsocket.Close();
         this.sdbsocket = null;
     }
 }
Beispiel #2
0
 protected void Initialize()
 {
     this.sdbsocket = new SDBSocket();
 }