Exemple #1
0
 public AxlNetClient.StandardResponse updateLdapSystem(AxlNetClient.UpdateLdapSystemReq updateLdapSystem1)
 {
     AxlNetClient.updateLdapSystemRequest inValue = new AxlNetClient.updateLdapSystemRequest();
     inValue.updateLdapSystem = updateLdapSystem1;
     AxlNetClient.updateLdapSystemResponse retVal = ((AxlNetClient.AXLPort78)(this)).updateLdapSystem(inValue);
     return(retVal.updateLdapSystemResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateLdapSystemResponse> updateLdapSystemAsync(AxlNetClient.UpdateLdapSystemReq updateLdapSystem)
 {
     AxlNetClient.updateLdapSystemRequest inValue = new AxlNetClient.updateLdapSystemRequest();
     inValue.updateLdapSystem = updateLdapSystem;
     return(((AxlNetClient.AXLPort78)(this)).updateLdapSystemAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateLdapSystemResponse> AxlNetClient.AXLPort78.updateLdapSystemAsync(AxlNetClient.updateLdapSystemRequest request)
 {
     return(base.Channel.updateLdapSystemAsync(request));
 }
Exemple #4
0
 AxlNetClient.updateLdapSystemResponse AxlNetClient.AXLPort78.updateLdapSystem(AxlNetClient.updateLdapSystemRequest request)
 {
     return(base.Channel.updateLdapSystem(request));
 }