public SectionInfo GetSection( Identifier orgUnitId ) { GetSectionRequest request = new GetSectionRequest() { OrgUnitId = orgUnitId }; GetSectionResponse response = CallWebService< IOrgUnitManagementServicev1_0, GetSectionRequest, GetSectionResponse>( m_service1_0, request, ( s, q ) => s.GetSection( q ) ); return response.Section; }
/// <remarks/> public void GetSectionAsync(GetSectionRequest GetSectionRequest) { this.GetSectionAsync(GetSectionRequest, null); }
/// <remarks/> public void GetSectionAsync(GetSectionRequest GetSectionRequest, object userState) { if ((this.GetSectionOperationCompleted == null)) { this.GetSectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSectionOperationCompleted); } this.InvokeAsync("GetSection", new object[] { GetSectionRequest}, this.GetSectionOperationCompleted, userState); }
/// <remarks/> public System.IAsyncResult BeginGetSection(GetSectionRequest GetSectionRequest, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetSection", new object[] { GetSectionRequest}, callback, asyncState); }