ExchangeServiceBrowsePeople(ViewBase, DictionaryString, String, CancellationToken) - метод |
Retrieves all people who are relevant to the user
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: Tessa.Exchange.WebServices.DataViewBase
The view which defines the number of personas being returned - context
- Тип: System.Collections.GenericDictionaryString, String
The context for this query. See PeopleQueryContextKeys for keys - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskIPeopleQueryResultsA collection of personas matching the query string
См. также