Example #1
0
 public AxlNetClient.StandardResponse addLdapSyncCustomField(AxlNetClient.AddLdapSyncCustomFieldReq addLdapSyncCustomField1)
 {
     AxlNetClient.addLdapSyncCustomFieldRequest inValue = new AxlNetClient.addLdapSyncCustomFieldRequest();
     inValue.addLdapSyncCustomField = addLdapSyncCustomField1;
     AxlNetClient.addLdapSyncCustomFieldResponse retVal = ((AxlNetClient.AXLPort68)(this)).addLdapSyncCustomField(inValue);
     return(retVal.addLdapSyncCustomFieldResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addLdapSyncCustomFieldResponse> addLdapSyncCustomFieldAsync(AxlNetClient.AddLdapSyncCustomFieldReq addLdapSyncCustomField)
 {
     AxlNetClient.addLdapSyncCustomFieldRequest inValue = new AxlNetClient.addLdapSyncCustomFieldRequest();
     inValue.addLdapSyncCustomField = addLdapSyncCustomField;
     return(((AxlNetClient.AXLPort68)(this)).addLdapSyncCustomFieldAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.addLdapSyncCustomFieldResponse> AxlNetClient.AXLPort68.addLdapSyncCustomFieldAsync(AxlNetClient.addLdapSyncCustomFieldRequest request)
 {
     return(base.Channel.addLdapSyncCustomFieldAsync(request));
 }
Example #4
0
 AxlNetClient.addLdapSyncCustomFieldResponse AxlNetClient.AXLPort68.addLdapSyncCustomField(AxlNetClient.addLdapSyncCustomFieldRequest request)
 {
     return(base.Channel.addLdapSyncCustomField(request));
 }