Click or drag to resize
ChatServiceBaseGetOkChatResponseTData Method (TData)
Builds general chat response with OK code and Data set to data.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax
C#
protected ChatGeneralResponse<TData> GetOkChatResponse<TData>(
	TData data
)

Parameters

data
Type: TData
Payload of this response

Type Parameters

TData
Type of inner Data property.

Return Value

Type: ChatGeneralResponseTData
General response with data
See Also