public AxlNetClient.StandardResponse removeLdapDirectory(AxlNetClient.NameAndGUIDRequest removeLdapDirectory1) { AxlNetClient.removeLdapDirectoryRequest inValue = new AxlNetClient.removeLdapDirectoryRequest(); inValue.removeLdapDirectory = removeLdapDirectory1; AxlNetClient.removeLdapDirectoryResponse retVal = ((AxlNetClient.AXLPort56)(this)).removeLdapDirectory(inValue); return(retVal.removeLdapDirectoryResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.removeLdapDirectoryResponse> removeLdapDirectoryAsync(AxlNetClient.NameAndGUIDRequest removeLdapDirectory) { AxlNetClient.removeLdapDirectoryRequest inValue = new AxlNetClient.removeLdapDirectoryRequest(); inValue.removeLdapDirectory = removeLdapDirectory; return(((AxlNetClient.AXLPort56)(this)).removeLdapDirectoryAsync(inValue)); }
System.Threading.Tasks.Task <AxlNetClient.removeLdapDirectoryResponse> AxlNetClient.AXLPort56.removeLdapDirectoryAsync(AxlNetClient.removeLdapDirectoryRequest request) { return(base.Channel.removeLdapDirectoryAsync(request)); }
AxlNetClient.removeLdapDirectoryResponse AxlNetClient.AXLPort56.removeLdapDirectory(AxlNetClient.removeLdapDirectoryRequest request) { return(base.Channel.removeLdapDirectory(request)); }