Condividi tramite


ChatMessageManager.GetTransportsAsync Metodo

Definizione

Ottiene in modo asincrono i trasporti dei messaggi di chat disponibili nel dispositivo.

public:
 static IAsyncOperation<IVectorView<ChatMessageTransport ^> ^> ^ GetTransportsAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IVectorView<ChatMessageTransport>> GetTransportsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<ChatMessageTransport>> GetTransportsAsync();
function getTransportsAsync()
Public Shared Function GetTransportsAsync () As IAsyncOperation(Of IReadOnlyList(Of ChatMessageTransport))

Restituisce

Operazione asincrona che restituisce un elenco di trasporti al completamento riuscito.

Attributi

Requisiti Windows

Funzionalità dell'app
chat blockedChatMessages chatSystem smsSend

Si applica a