ServiceObjectLoad(PropertySet, CancellationToken) - метод
Loads the specified set of properties. Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<ServiceResponseCollection<ServiceResponse>> Load(
PropertySet propertySet,
CancellationToken token = default
)
Public Function Load (
propertySet As PropertySet,
Optional token As CancellationToken = Nothing
) As Task(Of ServiceResponseCollection(Of ServiceResponse))
public:
Task<ServiceResponseCollection<ServiceResponse^>^>^ Load(
PropertySet^ propertySet,
CancellationToken token = CancellationToken()
)
member Load :
propertySet : PropertySet *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<ServiceResponseCollection<ServiceResponse>>
- propertySet PropertySet
- The properties to load.
- token CancellationToken (Optional)
-
TaskServiceResponseCollectionServiceResponse