使用英语阅读

通过


ChatMessageStore.MarkAsSeenAsync 方法

定义

重载

MarkAsSeenAsync()

将所有传输消息异步标记为可见。

MarkAsSeenAsync(IIterable<String>)

将所有传输消息异步标记为可见。

MarkAsSeenAsync()

将所有传输消息异步标记为可见。

[Windows.Foundation.Metadata.Overload("MarkAsSeenAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction MarkAsSeenAsync();

返回

指示操作已完成的异步操作。

属性

Windows 要求

应用功能
chat chatSystem smsSend

另请参阅

适用于

WinRT Build 26100 和其他版本
产品 版本
WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

MarkAsSeenAsync(IIterable<String>)

将所有传输消息异步标记为可见。

[Windows.Foundation.Metadata.Overload("MarkAsSeenForTransportsAsync")]
public IAsyncAction MarkAsSeenAsync(IEnumerable<string> transportIds);

参数

transportIds

IEnumerable<String>

要为其标记所有消息的传输的 ID。

返回

指示操作已完成的异步操作。

属性

Windows 要求

应用功能
chat chatSystem smsSend

另请参阅

适用于

WinRT Build 26100 和其他版本
产品 版本
WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100