다음을 통해 공유


ChatMessageStore.GetUnseenCountAsync 메서드

정의

오버로드

GetUnseenCountAsync()

읽지 않은 채팅 메시지의 수를 비동기적으로 가져옵니다.

GetUnseenCountAsync(IIterable<String>)

지정된 전송을 사용하여 읽지 않은 채팅 메시지 수를 비동기적으로 가져옵니다.

GetUnseenCountAsync()

읽지 않은 채팅 메시지의 수를 비동기적으로 가져옵니다.

public:
 virtual IAsyncOperation<int> ^ GetUnseenCountAsync() = GetUnseenCountAsync;
/// [Windows.Foundation.Metadata.Overload("GetUnseenCountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<int> GetUnseenCountAsync();
[Windows.Foundation.Metadata.Overload("GetUnseenCountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<int> GetUnseenCountAsync();
function getUnseenCountAsync()
Public Function GetUnseenCountAsync () As IAsyncOperation(Of Integer)

반환

읽지 않은 채팅 메시지 수입니다.

특성

Windows 요구 사항

앱 기능
chat chatSystem smsSend

추가 정보

적용 대상

GetUnseenCountAsync(IIterable<String>)

지정된 전송을 사용하여 읽지 않은 채팅 메시지 수를 비동기적으로 가져옵니다.

public:
 virtual IAsyncOperation<int> ^ GetUnseenCountAsync(IIterable<Platform::String ^> ^ transportIds) = GetUnseenCountAsync;
/// [Windows.Foundation.Metadata.Overload("GetUnseenCountForTransportsReaderAsync")]
IAsyncOperation<int> GetUnseenCountAsync(IIterable<winrt::hstring> const& transportIds);
[Windows.Foundation.Metadata.Overload("GetUnseenCountForTransportsReaderAsync")]
public IAsyncOperation<int> GetUnseenCountAsync(IEnumerable<string> transportIds);
function getUnseenCountAsync(transportIds)
Public Function GetUnseenCountAsync (transportIds As IEnumerable(Of String)) As IAsyncOperation(Of Integer)

매개 변수

transportIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

보이지 않는 메시지 수를 가져오는 데 사용할 채팅 전송의 ID입니다.

반환

읽지 않은 채팅 메시지 수입니다.

특성

Windows 요구 사항

앱 기능
chat chatSystem smsSend

추가 정보

적용 대상