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
 System.Threading.Tasks.Task <AxlNetClient.removeLdapSyncCustomFieldResponse> AxlNetClient.AXLPort68.removeLdapSyncCustomFieldAsync(AxlNetClient.removeLdapSyncCustomFieldRequest request)
 {
     return(base.Channel.removeLdapSyncCustomFieldAsync(request));
 }
Beispiel #4
0
 AxlNetClient.removeLdapSyncCustomFieldResponse AxlNetClient.AXLPort68.removeLdapSyncCustomField(AxlNetClient.removeLdapSyncCustomFieldRequest request)
 {
     return(base.Channel.removeLdapSyncCustomField(request));
 }