コード例 #1
0
ファイル: Reference.cs プロジェクト: frungillo/cim
 public bool SendAndroidNotificationByList(Operatore[] utenti, string msg, string titolo)
 {
     object[] results = this.Invoke("SendAndroidNotificationByList", new object[] {
                 utenti,
                 msg,
                 titolo});
     return ((bool)(results[0]));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: frungillo/cim
 /// <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);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: frungillo/cim
 public Commesse[] GetCommesseByOperatore(Operatore op)
 {
     object[] results = this.Invoke("GetCommesseByOperatore", new object[] {
                 op});
     return ((Commesse[])(results[0]));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: frungillo/cim
 /// <remarks/>
 public System.IAsyncResult BeginGetCommesseByOperatore(Operatore op, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetCommesseByOperatore", new object[] {
                 op}, callback, asyncState);
 }