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