/// <remarks/> public void UpdateGroupProjectInformationAsync(string systemcode, string CRVSerialNo, GroupProjectInformation gpi) { this.UpdateGroupProjectInformationAsync(systemcode, CRVSerialNo, gpi, null); }
/// <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); }
public int UpdateGroupProjectInformation(string systemcode, string CRVSerialNo, GroupProjectInformation gpi) { object[] results = this.Invoke("UpdateGroupProjectInformation", new object[] { systemcode, CRVSerialNo, gpi}); return ((int)(results[0])); }