ExchangeServiceGetAppManifests(String, String, CancellationToken) - метод |
Get the app manifests. Works with Exchange 2013 SP1 or later EWS.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<Collection<ClientApp>> GetAppManifests(
string apiVersionSupported,
string schemaVersionSupported,
CancellationToken token = default
)
Public Function GetAppManifests (
apiVersionSupported As String,
schemaVersionSupported As String,
Optional token As CancellationToken = Nothing
) As Task(Of Collection(Of ClientApp))
public:
Task<Collection<ClientApp^>^>^ GetAppManifests(
String^ apiVersionSupported,
String^ schemaVersionSupported,
CancellationToken token = CancellationToken()
)
member GetAppManifests :
apiVersionSupported : string *
schemaVersionSupported : string *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<Collection<ClientApp>>
Параметры
- apiVersionSupported
- Тип: SystemString
The api version supported by the client. - schemaVersionSupported
- Тип: SystemString
The schema version supported by the client. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskCollectionClientAppCollection of manifests
См. также