LampArray.RequestMessageAsync(Int32) 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.
public:
virtual IAsyncOperation<IBuffer ^> ^ RequestMessageAsync(int messageId) = RequestMessageAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IBuffer> RequestMessageAsync(int const& messageId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IBuffer> RequestMessageAsync(int messageId);
function requestMessageAsync(messageId)
Public Function RequestMessageAsync (messageId As Integer) As IAsyncOperation(Of IBuffer)
Parametri
- messageId
-
Int32
int
Identificatore di un messaggio.
Restituisce
Oggetto asincrono che, al completamento, contiene il messaggio richiesto.
- Attributi
Esempio
Illustra come controllare l'illuminazione RGB dei dispositivi periferici usando le API Windows.Devices.Lights e Windows.Devices.Lights.Effects .
Illustra come estrarre un singolo colore rappresentativo da uno schermo desktop e usarlo per illuminare le lampade LED in un dispositivo RGB connesso.