ExchangeServiceGetAppMarketplaceUrl(String, String, CancellationToken) - метод
Get App Marketplace Url. Works with Exchange 2013 SP1 or later EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<string> GetAppMarketplaceUrl(
string apiVersionSupported,
string schemaVersionSupported,
CancellationToken token = default
)
Public Function GetAppMarketplaceUrl (
apiVersionSupported As String,
schemaVersionSupported As String,
Optional token As CancellationToken = Nothing
) As Task(Of String)
public:
Task<String^>^ GetAppMarketplaceUrl(
String^ apiVersionSupported,
String^ schemaVersionSupported,
CancellationToken token = CancellationToken()
)
member GetAppMarketplaceUrl :
apiVersionSupported : string *
schemaVersionSupported : string *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<string>
- apiVersionSupported String
- The api version supported by the client.
- schemaVersionSupported String
- The schema version supported by the client.
- token CancellationToken (Optional)
-
TaskString Exception will be thrown for errors.