RcsManager.GetTransportsAsync Method

Definition

Gets all instances of RcsTransport.

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

Returns

A list of RcsTransport instances.

Attributes

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to