示例#1
0
 public AxlNetClient.StandardResponse updateLdapAuthentication(AxlNetClient.UpdateLdapAuthenticationReq updateLdapAuthentication1)
 {
     AxlNetClient.updateLdapAuthenticationRequest inValue = new AxlNetClient.updateLdapAuthenticationRequest();
     inValue.updateLdapAuthentication = updateLdapAuthentication1;
     AxlNetClient.updateLdapAuthenticationResponse retVal = ((AxlNetClient.AXLPort78)(this)).updateLdapAuthentication(inValue);
     return(retVal.updateLdapAuthenticationResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateLdapAuthenticationResponse> updateLdapAuthenticationAsync(AxlNetClient.UpdateLdapAuthenticationReq updateLdapAuthentication)
 {
     AxlNetClient.updateLdapAuthenticationRequest inValue = new AxlNetClient.updateLdapAuthenticationRequest();
     inValue.updateLdapAuthentication = updateLdapAuthentication;
     return(((AxlNetClient.AXLPort78)(this)).updateLdapAuthenticationAsync(inValue));
 }
示例#3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateLdapAuthenticationResponse> updateLdapAuthenticationAsync(AxlNetClient.UpdateLdapAuthenticationReq updateLdapAuthentication)
 {
     return(axlPortClient78.updateLdapAuthenticationAsync(updateLdapAuthentication));
 }
示例#4
0
 public AxlNetClient.StandardResponse updateLdapAuthentication(AxlNetClient.UpdateLdapAuthenticationReq updateLdapAuthentication1)
 {
     return(axlPortClient78.updateLdapAuthentication(updateLdapAuthentication1));
 }