ExchangeServiceBrowsePeople(ViewBase, DictionaryString, String, CancellationToken) - метод
Retrieves all people who are relevant to the user
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<IPeopleQueryResults> BrowsePeople(
ViewBase view,
Dictionary<string, string> context,
CancellationToken token = default
)
Public Function BrowsePeople (
view As ViewBase,
context As Dictionary(Of String, String),
Optional token As CancellationToken = Nothing
) As Task(Of IPeopleQueryResults)
public:
Task<IPeopleQueryResults^>^ BrowsePeople(
ViewBase^ view,
Dictionary<String^, String^>^ context,
CancellationToken token = CancellationToken()
)
member BrowsePeople :
view : ViewBase *
context : Dictionary<string, string> *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<IPeopleQueryResults>
- view ViewBase
- The view which defines the number of personas being returned
- context DictionaryString, String
- The context for this query. See PeopleQueryContextKeys for keys
- token CancellationToken (Optional)
-
TaskIPeopleQueryResultsA collection of personas matching the query string