Compartir a través de


RcsManager.GetTransportAsync(String) Método

Definición

Obtiene una instancia de RcsTransport para el identificador de transporte especificado.

public:
 static IAsyncOperation<RcsTransport ^> ^ GetTransportAsync(Platform::String ^ transportId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<RcsTransport> GetTransportAsync(winrt::hstring const& transportId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<RcsTransport> GetTransportAsync(string transportId);
function getTransportAsync(transportId)
Public Shared Function GetTransportAsync (transportId As String) As IAsyncOperation(Of RcsTransport)

Parámetros

transportId
String

Platform::String

winrt::hstring

Identificador del transporte que se va a recuperar.

Devoluciones

Instancia del transporte especificado por el parámetro transportId .

Atributos

Requisitos de Windows

Características de aplicaciones
chat chatSystem smsSend

Se aplica a