ChatCapabilitiesManager.GetCachedCapabilitiesAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetCachedCapabilitiesAsync(String) |
Ottiene in modo asincrono le funzionalità di chat Rich Communication Services (RCS) memorizzate nella cache locale per il numero di telefono specificato. |
GetCachedCapabilitiesAsync(String, String) |
Ottiene in modo asincrono le funzionalità di chat Rich Communication Services (RCS) memorizzate nella cache locale per il numero di telefono specificato tramite RcsTransport TransportId specificato. |
GetCachedCapabilitiesAsync(String)
Ottiene in modo asincrono le funzionalità di chat Rich Communication Services (RCS) memorizzate nella cache locale per il numero di telefono specificato.
public:
static IAsyncOperation<ChatCapabilities ^> ^ GetCachedCapabilitiesAsync(Platform::String ^ address);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<ChatCapabilities> GetCachedCapabilitiesAsync(winrt::hstring const& address);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Overload("GetCachedCapabilitiesAsync")]
static IAsyncOperation<ChatCapabilities> GetCachedCapabilitiesAsync(winrt::hstring const& address);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<ChatCapabilities> GetCachedCapabilitiesAsync(string address);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Overload("GetCachedCapabilitiesAsync")]
public static IAsyncOperation<ChatCapabilities> GetCachedCapabilitiesAsync(string address);
function getCachedCapabilitiesAsync(address)
Public Shared Function GetCachedCapabilitiesAsync (address As String) As IAsyncOperation(Of ChatCapabilities)
Parametri
- address
-
String
Platform::String
winrt::hstring
Numero di telefono per cui ottenere le funzionalità di chat Rich Communication Services (RCS)
Restituisce
Funzionalità di chat RICH Communication Services (RCS) memorizzate nella cache locale.
- Attributi
Requisiti Windows
Funzionalità dell'app |
chat
chatSystem
smsSend
|
Si applica a
GetCachedCapabilitiesAsync(String, String)
Ottiene in modo asincrono le funzionalità di chat Rich Communication Services (RCS) memorizzate nella cache locale per il numero di telefono specificato tramite RcsTransport TransportId specificato.
public:
static IAsyncOperation<ChatCapabilities ^> ^ GetCachedCapabilitiesAsync(Platform::String ^ address, Platform::String ^ transportId);
/// [Windows.Foundation.Metadata.Overload("GetCachedCapabilitiesForTransportAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<ChatCapabilities> GetCachedCapabilitiesAsync(winrt::hstring const& address, winrt::hstring const& transportId);
[Windows.Foundation.Metadata.Overload("GetCachedCapabilitiesForTransportAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<ChatCapabilities> GetCachedCapabilitiesAsync(string address, string transportId);
function getCachedCapabilitiesAsync(address, transportId)
Public Shared Function GetCachedCapabilitiesAsync (address As String, transportId As String) As IAsyncOperation(Of ChatCapabilities)
Parametri
- address
-
String
Platform::String
winrt::hstring
Numero di telefono per cui ottenere le funzionalità di chat Rich Communication Services (RCS)
- transportId
-
String
Platform::String
winrt::hstring
ID trasporto specifico da usare per ottenere le funzionalità di chat Rich Communication Services (RCS)
Restituisce
Funzionalità di chat RICH Communication Services (RCS) memorizzate nella cache locale.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows 10, version 1809 (è stato introdotto in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v7.0)
|
Funzionalità dell'app |
chat
chatSystem
smsSend
|