Exemple #1
0
 /// <remarks/>
 public void UpdateGroupProjectInformationAsync(string systemcode, string CRVSerialNo, GroupProjectInformation gpi) {
     this.UpdateGroupProjectInformationAsync(systemcode, CRVSerialNo, gpi, null);
 }
Exemple #2
0
 /// <remarks/>
 public void UpdateGroupProjectInformationAsync(string systemcode, string CRVSerialNo, GroupProjectInformation gpi, object userState) {
     if ((this.UpdateGroupProjectInformationOperationCompleted == null)) {
         this.UpdateGroupProjectInformationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateGroupProjectInformationOperationCompleted);
     }
     this.InvokeAsync("UpdateGroupProjectInformation", new object[] {
                 systemcode,
                 CRVSerialNo,
                 gpi}, this.UpdateGroupProjectInformationOperationCompleted, userState);
 }
Exemple #3
0
 public int UpdateGroupProjectInformation(string systemcode, string CRVSerialNo, GroupProjectInformation gpi) {
     object[] results = this.Invoke("UpdateGroupProjectInformation", new object[] {
                 systemcode,
                 CRVSerialNo,
                 gpi});
     return ((int)(results[0]));
 }