Show / Hide Table of Contents

Class ContactController

Inheritance
System.Object
ChatController
ContactController
Implements
IContactAppService
IApplicationService
Namespace: Volo.Chat.Users
Assembly: Volo.Chat.HttpApi.dll
Syntax
public class ContactController : ChatController, IContactAppService, IApplicationService

Constructors

ContactController(IContactAppService)

Declaration
public ContactController(IContactAppService contactAppService)
Parameters
Type Name Description
IContactAppService contactAppService

Methods

GetContactsAsync(GetContactsInput)

Declaration
public Task<List<ChatContactDto>> GetContactsAsync(GetContactsInput input)
Parameters
Type Name Description
GetContactsInput input
Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.List<ChatContactDto>>

GetTotalUnreadMessageCountAsync()

Declaration
public Task<int> GetTotalUnreadMessageCountAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Int32>

Implements

IContactAppService
IApplicationService
Back to top Powered by Volosoft