Click or drag to resize
ChatServiceBaseGetChatResponse Method (ChatResponseStatusEnum, String)
Builds general chat response with error set to statusCode and message set to statusMessage.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
protected ChatGeneralResponse GetChatResponse(
	ChatResponseStatusEnum statusCode,
	string statusMessage
)

Parameters

statusCode
Type: CMS.ChatChatResponseStatusEnum
Response code
statusMessage
Type: SystemString
Response message

Return Value

Type: ChatGeneralResponse
General error response
See Also