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.6.0.22
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 String
- The api version supported by the client.
- schemaVersionSupported String
- The schema version supported by the client.
- token CancellationToken (Optional)
-
TaskCollectionClientAppCollection of manifests