Click or drag to resize

MessageServiceSaveMessage Method

Saves a Message record.

Namespace:  AMCS.Elemos.IntegrationService.Services.Message
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SaveMessage(
	string authenticationKey,
	PartialMessageEntity message
)

Parameters

authenticationKey
Type: SystemString
Authentication key
message
Type: AMCS.Elemos.IntegrationService.Entity.MessagePartialMessageEntity
Message to save
See Also