ChatMessageManager.GetTransportAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously gets theChatMessageTransport.
public:
static IAsyncOperation<ChatMessageTransport ^> ^ GetTransportAsync(Platform::String ^ transportId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<ChatMessageTransport> GetTransportAsync(winrt::hstring const& transportId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<ChatMessageTransport> GetTransportAsync(string transportId);
function getTransportAsync(transportId)
Public Shared Function GetTransportAsync (transportId As String) As IAsyncOperation(Of ChatMessageTransport)
Parameters
- transportId
-
String
Platform::String
winrt::hstring
The locally unique identifier for the message transport.
Returns
The message transport.
- Attributes
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|