Partilhar via


LanguageService.GetLanguagesForSpeak 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 returnValue As String()

returnValue = instance.GetLanguagesForSpeak(appId)

Syntax

'Declaration
<OperationContractAttribute(Action:="http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForSpeak", ReplyAction:="http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForSpeakResponse")> _
Function GetLanguagesForSpeak ( _
    appId As String _
) As String()
[OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForSpeak", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForSpeakResponse")] 
string[] GetLanguagesForSpeak (
    string appId
)
[OperationContractAttribute(Action=L"http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForSpeak", ReplyAction=L"http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForSpeakResponse")] 
array<String^>^ GetLanguagesForSpeak (
    String^ appId
)
/** @attribute OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForSpeak", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForSpeakResponse") */ 
String[] GetLanguagesForSpeak (
    String appId
)
OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForSpeak", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForSpeakResponse") 
function GetLanguagesForSpeak (
    appId : String
) : 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.