コード例 #1
0
 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);
 }
コード例 #2
0
 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));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AxlNetClient.removeLdapDirectoryResponse> AxlNetClient.AXLPort56.removeLdapDirectoryAsync(AxlNetClient.removeLdapDirectoryRequest request)
 {
     return(base.Channel.removeLdapDirectoryAsync(request));
 }
コード例 #4
0
 AxlNetClient.removeLdapDirectoryResponse AxlNetClient.AXLPort56.removeLdapDirectory(AxlNetClient.removeLdapDirectoryRequest request)
 {
     return(base.Channel.removeLdapDirectory(request));
 }