Exemplo n.º 1
0
 public bool SendAndroidNotificationByList(Operatore[] utenti, string msg, string titolo)
 {
     object[] results = this.Invoke("SendAndroidNotificationByList", new object[] {
                 utenti,
                 msg,
                 titolo});
     return ((bool)(results[0]));
 }
Exemplo n.º 2
0
 /// <remarks/>
 public System.IAsyncResult BeginSendAndroidNotificationByList(Operatore[] utenti, string msg, string titolo, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("SendAndroidNotificationByList", new object[] {
                 utenti,
                 msg,
                 titolo}, callback, asyncState);
 }
Exemplo n.º 3
0
 public Commesse[] GetCommesseByOperatore(Operatore op)
 {
     object[] results = this.Invoke("GetCommesseByOperatore", new object[] {
                 op});
     return ((Commesse[])(results[0]));
 }
Exemplo n.º 4
0
 /// <remarks/>
 public System.IAsyncResult BeginGetCommesseByOperatore(Operatore op, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetCommesseByOperatore", new object[] {
                 op}, callback, asyncState);
 }