示例#1
0
 public AxlNetClient.StandardResponse updateLdapSyncCustomField(AxlNetClient.UpdateLdapSyncCustomFieldReq updateLdapSyncCustomField1)
 {
     AxlNetClient.updateLdapSyncCustomFieldRequest inValue = new AxlNetClient.updateLdapSyncCustomFieldRequest();
     inValue.updateLdapSyncCustomField = updateLdapSyncCustomField1;
     AxlNetClient.updateLdapSyncCustomFieldResponse retVal = ((AxlNetClient.AXLPort68)(this)).updateLdapSyncCustomField(inValue);
     return(retVal.updateLdapSyncCustomFieldResponse1);
 }
示例#2
0
 public AxlNetClient.StandardResponse updateLdapSyncCustomField(AxlNetClient.UpdateLdapSyncCustomFieldReq updateLdapSyncCustomField1)
 {
     return(axlPortClient68.updateLdapSyncCustomField(updateLdapSyncCustomField1));
 }
示例#3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateLdapSyncCustomFieldResponse> updateLdapSyncCustomFieldAsync(AxlNetClient.UpdateLdapSyncCustomFieldReq updateLdapSyncCustomField)
 {
     AxlNetClient.updateLdapSyncCustomFieldRequest inValue = new AxlNetClient.updateLdapSyncCustomFieldRequest();
     inValue.updateLdapSyncCustomField = updateLdapSyncCustomField;
     return(((AxlNetClient.AXLPort68)(this)).updateLdapSyncCustomFieldAsync(inValue));
 }
示例#4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateLdapSyncCustomFieldResponse> updateLdapSyncCustomFieldAsync(AxlNetClient.UpdateLdapSyncCustomFieldReq updateLdapSyncCustomField)
 {
     return(axlPortClient68.updateLdapSyncCustomFieldAsync(updateLdapSyncCustomField));
 }