Exemplo n.º 1
0
 public GroupTypeInfo[] GetGroupTypes( Identifier ownId )
 {
     GetGroupTypesRequest request = new GetGroupTypesRequest() { OwnerOrgUnitId = ownId };
     GetGroupTypesResponse response = CallWebService<
         IOrgUnitManagementServicev1_0, GetGroupTypesRequest, GetGroupTypesResponse>(
         m_service1_0, request, ( s, q ) => s.GetGroupTypes( q ) );
     return response.GroupTypes;
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetGroupTypesAsync(GetGroupTypesRequest GetGroupTypesRequest)
 {
     this.GetGroupTypesAsync(GetGroupTypesRequest, null);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void GetGroupTypesAsync(GetGroupTypesRequest GetGroupTypesRequest, object userState)
 {
     if ((this.GetGroupTypesOperationCompleted == null)) {
         this.GetGroupTypesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetGroupTypesOperationCompleted);
     }
     this.InvokeAsync("GetGroupTypes", new object[] {
                 GetGroupTypesRequest}, this.GetGroupTypesOperationCompleted, userState);
 }
Exemplo n.º 4
0
 /// <remarks/>
 public System.IAsyncResult BeginGetGroupTypes(GetGroupTypesRequest GetGroupTypesRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetGroupTypes", new object[] {
                 GetGroupTypesRequest}, callback, asyncState);
 }