ChatMessageStore.GetUnseenCountAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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)
매개 변수
보이지 않는 메시지 수를 가져오는 데 사용할 채팅 전송의 ID입니다.
반환
읽지 않은 채팅 메시지 수입니다.
- 특성
Windows 요구 사항
앱 기능 |
chat
chatSystem
smsSend
|