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.5.0.19
Синтаксис 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
- Тип: SystemString
The api version supported by the client. - schemaVersionSupported
- Тип: SystemString
The schema version supported by the client. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskStringЗаметки Exception will be thrown for errors.
См. также