Partager via


ChatMessageBlocking.MarkMessageAsBlockedAsync(String, Boolean) Méthode

Définition

Marque de manière asynchrone un message comme étant bloqué ou débloqué.

public:
 static IAsyncAction ^ MarkMessageAsBlockedAsync(Platform::String ^ localChatMessageId, bool blocked);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction MarkMessageAsBlockedAsync(winrt::hstring const& localChatMessageId, bool const& blocked);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction MarkMessageAsBlockedAsync(string localChatMessageId, bool blocked);
function markMessageAsBlockedAsync(localChatMessageId, blocked)
Public Shared Function MarkMessageAsBlockedAsync (localChatMessageId As String, blocked As Boolean) As IAsyncAction

Paramètres

localChatMessageId
String

Platform::String

winrt::hstring

ID du message à bloquer.

blocked
Boolean

bool

TRUE si le message doit être bloqué, FALSE s’il doit être débloqué.

Retours

Action asynchrone indiquant que l’opération est terminée.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
chat chatSystem smsSend

S’applique à