public bool SendAndroidNotificationByList(Operatore[] utenti, string msg, string titolo) { object[] results = this.Invoke("SendAndroidNotificationByList", new object[] { utenti, msg, titolo}); return ((bool)(results[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); }
public Commesse[] GetCommesseByOperatore(Operatore op) { object[] results = this.Invoke("GetCommesseByOperatore", new object[] { op}); return ((Commesse[])(results[0])); }
/// <remarks/> public System.IAsyncResult BeginGetCommesseByOperatore(Operatore op, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetCommesseByOperatore", new object[] { op}, callback, asyncState); }