Example #1
0
 public void SendSimpleNotification(ISimpleNotification simpleNotification)
 {
     this.connection.Connect();
     this.connection.Write(simpleNotification.ToByteArray());
     this.connection.Disconnect();
 }
Example #2
0
 public void SendSimpleNotification(ISimpleNotification simpleNotification)
 {
     this.connection.Connect();
     this.connection.Write(simpleNotification.ToByteArray());
     this.connection.Disconnect();
 }