LanguageService.GetAppIdToken Method
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As LanguageService
Dim appId As String
Dim minRatingRead As Integer
Dim maxRatingWrite As Integer
Dim expireSeconds As Integer
Dim returnValue As String
returnValue = instance.GetAppIdToken(appId, minRatingRead, maxRatingWrite, expireSeconds)
Syntax
'Declaration
<OperationContractAttribute(Action:="http://api.microsofttranslator.com/V2/LanguageService/GetAppIdToken", ReplyAction:="http://api.microsofttranslator.com/V2/LanguageService/GetAppIdTokenResponse")> _
Function GetAppIdToken ( _
appId As String, _
minRatingRead As Integer, _
maxRatingWrite As Integer, _
expireSeconds As Integer _
) As String
[OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/GetAppIdToken", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/GetAppIdTokenResponse")]
string GetAppIdToken (
string appId,
int minRatingRead,
int maxRatingWrite,
int expireSeconds
)
[OperationContractAttribute(Action=L"http://api.microsofttranslator.com/V2/LanguageService/GetAppIdToken", ReplyAction=L"http://api.microsofttranslator.com/V2/LanguageService/GetAppIdTokenResponse")]
String^ GetAppIdToken (
String^ appId,
int minRatingRead,
int maxRatingWrite,
int expireSeconds
)
/** @attribute OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/GetAppIdToken", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/GetAppIdTokenResponse") */
String GetAppIdToken (
String appId,
int minRatingRead,
int maxRatingWrite,
int expireSeconds
)
OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/GetAppIdToken", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/GetAppIdTokenResponse")
function GetAppIdToken (
appId : String,
minRatingRead : int,
maxRatingWrite : int,
expireSeconds : int
) : String
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
LanguageService Interface
LanguageService Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.