Beispiel #1
0
 public AxlNetClient.StandardResponse removeLdapSyncCustomField(AxlNetClient.RemoveLdapSyncCustomFieldReq removeLdapSyncCustomField1)
 {
     AxlNetClient.removeLdapSyncCustomFieldRequest inValue = new AxlNetClient.removeLdapSyncCustomFieldRequest();
     inValue.removeLdapSyncCustomField = removeLdapSyncCustomField1;
     AxlNetClient.removeLdapSyncCustomFieldResponse retVal = ((AxlNetClient.AXLPort68)(this)).removeLdapSyncCustomField(inValue);
     return(retVal.removeLdapSyncCustomFieldResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeLdapSyncCustomFieldResponse> removeLdapSyncCustomFieldAsync(AxlNetClient.RemoveLdapSyncCustomFieldReq removeLdapSyncCustomField)
 {
     AxlNetClient.removeLdapSyncCustomFieldRequest inValue = new AxlNetClient.removeLdapSyncCustomFieldRequest();
     inValue.removeLdapSyncCustomField = removeLdapSyncCustomField;
     return(((AxlNetClient.AXLPort68)(this)).removeLdapSyncCustomFieldAsync(inValue));
 }
Beispiel #3
0
 public System.Threading.Tasks.Task <AxlNetClient.removeLdapSyncCustomFieldResponse> removeLdapSyncCustomFieldAsync(AxlNetClient.RemoveLdapSyncCustomFieldReq removeLdapSyncCustomField)
 {
     return(axlPortClient68.removeLdapSyncCustomFieldAsync(removeLdapSyncCustomField));
 }
Beispiel #4
0
 public AxlNetClient.StandardResponse removeLdapSyncCustomField(AxlNetClient.RemoveLdapSyncCustomFieldReq removeLdapSyncCustomField1)
 {
     return(axlPortClient68.removeLdapSyncCustomField(removeLdapSyncCustomField1));
 }