public void UpdateSection( SectionInfo section )
 {
     UpdateSectionRequest request = new UpdateSectionRequest() { Section = section };
     CallWebService<IOrgUnitManagementServicev1_0, UpdateSectionRequest, UpdateOrgUnitResponse>(
         m_service1_0, request, ( s, q ) => s.UpdateSection( q ) );
 }
Beispiel #2
0
 /// <remarks/>
 public void UpdateSectionAsync(UpdateSectionRequest UpdateSectionRequest)
 {
     this.UpdateSectionAsync(UpdateSectionRequest, null);
 }
Beispiel #3
0
 /// <remarks/>
 public void UpdateSectionAsync(UpdateSectionRequest UpdateSectionRequest, object userState)
 {
     if ((this.UpdateSectionOperationCompleted == null)) {
         this.UpdateSectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateSectionOperationCompleted);
     }
     this.InvokeAsync("UpdateSection", new object[] {
                 UpdateSectionRequest}, this.UpdateSectionOperationCompleted, userState);
 }
Beispiel #4
0
 /// <remarks/>
 public System.IAsyncResult BeginUpdateSection(UpdateSectionRequest UpdateSectionRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("UpdateSection", new object[] {
                 UpdateSectionRequest}, callback, asyncState);
 }