 | CommunicationServiceGetCommunicationTypes Method |
Gets the communication types.
Namespace:
AMCS.Elemos.IntegrationService.Services.Communication
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<CommunicationTypePartialEntity> GetCommunicationTypes(
string authenticationKey
)
Public Function GetCommunicationTypes (
authenticationKey As String
) As IList(Of CommunicationTypePartialEntity)
Parameters
- authenticationKey
- Type: SystemString
The authentication key.
Return Value
Type:
IListCommunicationTypePartialEntity
Exceptions
See Also