Exemplo n.º 1
0
 public AxlNetClient.StandardResponse updateLdapFilter(AxlNetClient.UpdateLdapFilterReq updateLdapFilter1)
 {
     AxlNetClient.updateLdapFilterRequest inValue = new AxlNetClient.updateLdapFilterRequest();
     inValue.updateLdapFilter = updateLdapFilter1;
     AxlNetClient.updateLdapFilterResponse retVal = ((AxlNetClient.AXLPort63)(this)).updateLdapFilter(inValue);
     return(retVal.updateLdapFilterResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateLdapFilterResponse> updateLdapFilterAsync(AxlNetClient.UpdateLdapFilterReq updateLdapFilter)
 {
     return(axlPortClient63.updateLdapFilterAsync(updateLdapFilter));
 }
Exemplo n.º 3
0
 public AxlNetClient.StandardResponse updateLdapFilter(AxlNetClient.UpdateLdapFilterReq updateLdapFilter1)
 {
     return(axlPortClient63.updateLdapFilter(updateLdapFilter1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateLdapFilterResponse> updateLdapFilterAsync(AxlNetClient.UpdateLdapFilterReq updateLdapFilter)
 {
     AxlNetClient.updateLdapFilterRequest inValue = new AxlNetClient.updateLdapFilterRequest();
     inValue.updateLdapFilter = updateLdapFilter;
     return(((AxlNetClient.AXLPort63)(this)).updateLdapFilterAsync(inValue));
 }