ChatMessageManager.RequestStoreAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回手機的簡訊存放區。
public:
static IAsyncOperation<ChatMessageStore ^> ^ RequestStoreAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<ChatMessageStore> RequestStoreAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<ChatMessageStore> RequestStoreAsync();
function requestStoreAsync()
Public Shared Function RequestStoreAsync () As IAsyncOperation(Of ChatMessageStore)
傳回
非同步作業,會在成功完成時傳回 ChatMessageStore 。
- 屬性
Windows 需求
應用程式功能 |
chat
chatSystem
smsSend
|
備註
方法會叫用為 IAsyncOperation, 如下列範例所示:
ChatMessageStore store = await ChatMessageManager.RequestStoreAsync();