Click or drag to resize
ChatServiceBase.GetOkChatResponse<TData> 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: 9.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: ChatGeneralResponse<TData>
General response with data
See Also