IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

SearchResultReference Event

Fired for every result reference returned from a search operation.

Syntax

[VB.NET]
Public Event OnSearchResultReference As OnSearchResultReferenceHandler
[C#]
public event OnSearchResultReferenceHandler OnSearchResultReference;

public delegate void OnSearchResultReferenceHandler(object sender, LdapSearchResultReferenceEventArgs e);

class LdapSearchResultReferenceEventArgs : EventArgs {
  int MessageId {get;}
  string LdapUrl {get;}
}

Remarks

MessageId identifies the corresponding search request. LdapUrl contains a URL reference to server that can be used for continuing the search operation.

Every search operation results in a sequence of 0 or more SearchResult events, a sequence of 0 or more SearchResultReference events, followed by a SearchComplete event.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]