Skip to content
Passer directement au contenu principal
Microsoft
Visual Studio
Visual Studio
  • Accueil
      • Présentation
      • Applications Windows
      • Applications mobiles
      • Applications Azure
      • Web Apps
      • Toutes les fonctionnalités
      • Tarification
      • Présentation
      • Édition intelligente
      • Débogage performant
      • macOS, Linux, Windows
      • Téléchargement
      • Présentation
      • Documentation
      • Dev Essentials
      • Abonnements
  • Téléchargements
    • Acheter Visual Studio
    • Marketplace
    • Visual Studio 2019
    • Visual Studio Code
    • Visual Studio pour Mac
    • Comptes et abonnements
  • Accès abonné
  • Visual Studio gratuit
      • Microsoft 365
      • Azure
      • Office 365
      • Dynamics 365
      • SQL
      • Windows 10
      • Windows Server
      • Enterprise Mobility + Security
      • Power BI
      • Équipes
      • Visual Studio
      • Microsoft Advertising
      • Intelligence artificielle
      • Internet des objets
      • Azure Cognitive Services
      • Quantum
      • Microsoft HoloLens
      • Docs
      • TechNet
      • Réseau de développeurs
      • Centre de développement Windows
      • Windows IT Pro Center
      • FastTrack
      • Réseau de partenaires
      • Fournisseurs de solutions
      • Centre de partenaires
      • Éducation
      • Banque Assurance
      • Gouvernement
      • Santé
      • Produits manufacturés et ressources
      • Vente au détail
      • Sécurité
      • Gestion des licences
      • AppSource
      • Azure Marketplace
      • Événements
      • Recherche
    • Vue plan de site
    Se connecter

    This device is not currently supported for these products.

    Visual Studio IDE Visual Studio for Mac Visual Studio Code
    To continue downloading, click here
    Home/Search

    Search

    40 Results

    Comment : exposer des modèles EAP à l'aide d'une tâche ...

    https://docs.microsoft.com/fr-fr/dotnet/standard/parallel-programming/how-to-wrap-eap...

    Comment : exposer des modèles EAP à l'aide d'une tâche How to: Wrap EAP Patterns in a Task. 03/30/2017; 5 minutes de lecture; Dans cet article. L’exemple suivant montre comment exposer une séquence arbitraire d’opérations EAP (modèle asynchrone basé sur des événements) comme une seule tâche à l’aide d’un TaskCompletionSource. ...

    Bing Entity Search API v7 Reference | Microsoft Docs

    https://docs.microsoft.com/en-us/rest/api/cognitiveservices-bingsearch/bing-entities...

    Bing Entity Search API v7 reference. 07/06/2017; 26 minutes to read +2; In this article. The Entity Search API lets you send a search query to Bing and get back search results that include entities and places.

    Bing Local Business Search API v7 Reference - Azure ...

    https://docs.microsoft.com/en-us/azure/cognitive-services/bing-local-business-search/...

    Bing Local Business Search API v7 reference. 11/01/2018; 17 minutes to read +4; In this article. The Local Business Search API sends a search query to Bing to get results that include restaurants, hotels, or other local businesses.

    TPL and Traditional .NET Framework Asynchronous ...

    https://docs.microsoft.com/en-us/dotnet/standard/parallel-programming/tpl-and...

    TPL and Traditional .NET Framework Asynchronous Programming. 03/30/2017; 17 minutes to read +4; In this article. The .NET Framework provides the following two standard patterns for performing I/O-bound and compute-bound asynchronous operations:

    How to: Wrap EAP Patterns in a Task | Microsoft Docs

    https://docs.microsoft.com/.../parallel-programming/how-to-wrap-eap-patterns-in-a-task

    How to: Wrap EAP Patterns in a Task. 03/30/2017; 5 minutes to read +2; In this article. The following example shows how to expose an arbitrary sequence of Event-Based Asynchronous Pattern (EAP) operations as one task by using a TaskCompletionSource.The example also shows how to use a CancellationToken to invoke the built-in cancellation methods on the WebClient objects.

    Bing Local Business Search API v7 リファレンス - Azure Cognitive ...

    https://docs.microsoft.com/ja-jp/azure/cognitive-services/bing-local-business-search/...

    Bing Local Business Search API v7 リファレンス Bing Local Business Search API v7 reference. 11/01/2018; この記事の内容. Bing Local Business Search API は、レストラン、ホテル、その他の地元企業を含む結果を得るため、Bing に検索クエリを送信します。

    Vorgehensweise: Umschließen von EAP-Mustern in einer ...

    https://docs.microsoft.com/de-de/dotnet/standard/parallel-programming/how-to-wrap-eap...

    Vorgehensweise: Umschließen von EAP-Mustern in einer Aufgabe How to: Wrap EAP Patterns in a Task. 03/30/2017; 2 Minuten Lesedauer; In diesem Artikel. Das folgende Beispiel zeigt, wie eine beliebige Abfolge von Vorgängen des ereignisbasierten asynchronen Musters (Event-Based Asynchronous Pattern, EAP) mithilfe einer TaskCompletionSource als einzelne Aufgabe verfügbar gemacht wird.

    Cómo: Encapsular modelos de EAP en una tarea | Microsoft Docs

    https://docs.microsoft.com/es-es/dotnet/standard/parallel-programming/how-to-wrap-eap...

    Cómo: Encapsular modelos de EAP en una tarea How to: Wrap EAP Patterns in a Task. 03/30/2017; Tiempo de lectura: 2 minutos; En este artículo. En el ejemplo siguiente se muestra cómo exponer una secuencia arbitraria de operaciones de modelo asincrónico basado en eventos (EAP) como una tarea mediante el uso de una clase TaskCompletionSource. The following example shows how to expose ...

    方法: タスクに EAP パターンをラップする | Microsoft Docs

    https://docs.microsoft.com/ja-jp/dotnet/standard/parallel-programming/how-to-wrap-eap...

    方法: タスクに EAP パターンをラップする How to: Wrap EAP Patterns in a Task. 03/30/2017; この記事の内容. 次の例では、TaskCompletionSource を使用して、任意のシーケンスのイベント ベースの非同期パターン (EAP) 操作を公開する方法を示します。 The following example shows how to expose an arbitrary sequence of Event ...

    如何:在任务中包装 EAP 模式 | Microsoft Docs

    https://docs.microsoft.com/zh-cn/dotnet/standard/parallel-programming/how-to-wrap-eap...

    如何:在任务中包装 EAP 模式 How to: Wrap EAP Patterns in a Task. 03/30/2017; 本文内容. 下面的示例演示如何通过使用 TaskCompletionSource 将任意基于事件的异步模式 (EAP) 操作序列公开为一个任务。 The following example shows how to expose an arbitrary sequence of Event-Based Asynchronous Pattern (EAP) operations as one task by using a ...

    必应本地业务搜索 API v7 引用 - Azure Cognitive Services | Microsoft Docs

    https://docs.microsoft.com/zh-cn/azure/cognitive-services/bing-local-business-search/...

    必应当地企业搜索 API v7 参考 Bing Local Business Search API v7 reference. 11/01/2018; 本文内容. 当地企业搜索 API 向必应发送搜索查询,以获取包含餐厅、酒店或其他当地企业的结果。

    Bibliothèque parallèle de tâches (TPL) et programmation ...

    https://docs.microsoft.com/fr-fr/dotnet/standard/parallel-programming/tpl-and...

    Bibliothèque parallèle de tâches (TPL) et programmation asynchrone .NET Framework TPL and Traditional .NET Framework Asynchronous Programming. 03/30/2017; 23 minutes de lecture; Dans cet article. Le .NET Framework fournit les deux modèles standard suivants pour l’exécution d’opérations asynchrones liées aux E/S et orientées calculs : The .NET Framework provides the following two ...

    TPL 和传统 .NET Framework 异步编程 | Microsoft Docs

    https://docs.microsoft.com/zh-cn/dotnet/standard/parallel-programming/tpl-and...

    TPL 和传统 .NET Framework 异步编程 TPL and Traditional .NET Framework Asynchronous Programming. 03/30/2017; 本文内容.NET Framework 提供了以下两种标准模式,用于执行 I/O 密集型和计算密集型异步操作: The .NET Framework provides the following two standard patterns for performing I/O-bound and compute-bound asynchronous operations:

    如何:將 EAP 模式包裝在工作中 | Microsoft Docs

    https://docs.microsoft.com/zh-tw/dotnet/standard/parallel-programming/how-to-wrap-eap...

    如何:將 EAP 模式包裝在工作中 How to: Wrap EAP Patterns in a Task. 03/30/2017; 本文內容. 下列範例將示範如何使用 TaskCompletionSource,將事件式非同步模式 (EAP) 的任意序列公開為單一工作。 The following example shows how to expose an arbitrary sequence of Event-Based Asynchronous Pattern (EAP) operations as one task by using a ...

    방법: 작업에서 EAP 패턴 래핑 | Microsoft Docs

    https://docs.microsoft.com/ko-kr/dotnet/standard/parallel-programming/how-to-wrap-eap...

    방법: 작업에서 EAP 패턴 래핑 How to: Wrap EAP Patterns in a Task. 03/30/2017; 읽는 데 5분; 이 문서의 내용. 다음 예제에서는 TaskCompletionSource를 사용하여 EAP(이벤트 기반 비동기 패턴) 작업의 임의 시퀀스를 하나의 작업으로 노출하는 방법을 보여 줍니다. The following example shows how to expose an arbitrary sequence of ...

    Como encapsular padrões de EAP em uma tarefa | Microsoft Docs

    https://docs.microsoft.com/pt-br/dotnet/standard/parallel-programming/how-to-wrap-eap...

    Como encapsular padrões de EAP em uma tarefa How to: Wrap EAP Patterns in a Task. 03/30/2017; 5 minutos para ler; Neste artigo. O exemplo a seguir mostra como expor uma sequência arbitrária de operações de padrão assíncrono baseado em evento (EAP) como uma tarefa usando um TaskCompletionSource. The following example shows how to expose an arbitrary sequence of Event-Based ...

    Task Parallel Library e programmazione asincrona .NET ...

    https://docs.microsoft.com/it-it/dotnet/standard/parallel-programming/tpl-and...

    Task Parallel Library e programmazione asincrona .NET Framework tradizionale TPL and Traditional .NET Framework Asynchronous Programming. 03/30/2017; 22 minuti per la lettura; In questo articolo.NET Framework offre i due modelli standard seguenti per eseguire operazioni asincrone di solo I/O e di solo calcolo: The .NET Framework provides the following two standard patterns for performing I/O ...

    TPL e programação assíncrona do .NET Framework | Microsoft ...

    https://docs.microsoft.com/pt-br/dotnet/standard/parallel-programming/tpl-and...

    TPL e programação assíncrona do .NET Framework TPL and Traditional .NET Framework Asynchronous Programming. 03/30/2017; 11 minutos para ler; Neste artigo. O .NET Framework fornece os dois padrões a seguir para executar operações assíncronas vinculadas a E/S e a computação: The .NET Framework provides the following two standard patterns for performing I/O-bound and compute-bound ...

    TPL a tradiční asynchronní programování v .NET Framework ...

    https://docs.microsoft.com/cs-cz/dotnet/standard/parallel-programming/tpl-and...

    TPL a tradiční asynchronní programování v .NET Framework TPL and Traditional .NET Framework Asynchronous Programming. 03/30/2017; 21 min ke čtení; V tomto článku.NET Framework poskytuje následující dva standardní vzory pro provádění asynchronních operací vstupně-výstupních operací a výpočtů vázaných na výpočetní prostředky: The .NET Framework provides the ...

    TPL und herkömmliche asynchrone .NET Framework ...

    https://docs.microsoft.com/de-de/dotnet/standard/parallel-programming/tpl-and...

    TPL und herkömmliche asynchrone .NET Framework-Programmierung TPL and Traditional .NET Framework Asynchronous Programming. 03/30/2017; 11 Minuten Lesedauer; In diesem Artikel.NET Framework stellt die folgenden zwei Standardmuster zum Ausführen von E/A-gebundenen und rechnergebundenen asynchronen Vorgängen bereit: The .NET Framework provides the following two standard patterns for performing ...

    • -3
    • -2
    • -1
    • 0
    • 1
    Nouveautés
    • Surface Pro X
    • Surface Laptop 3
    • Surface Pro 7
    • Applications Windows 10
    • Applications Office
    Microsoft Store
    • Profil du compte
    • Centre de téléchargement
    • Support du Microsoft Store
    • Retours
    • Suivi des commandes
    • Recycler
    • Garanties commerciales
    Éducation
    • Microsoft pour l'éducation
    • Office pour étudiants
    • Office 365 pour les écoles
    • Offres pour étudiants & parents
    • Microsoft Azure pour l'éducation
    Entreprise
    • Azure
    • AppSource
    • Automobile
    • Fonction publique
    • Santé
    • Industrie
    • Banque Assurance
    • Distribution
    Développeur
    • Microsoft Visual Studio
    • Centre de développement Windows
    • Réseau de développeurs
    • TechNet
    • Programme pour développeur Microsoft
    • Channel 9
    • Centre des développeurs Office
    Société
    • Emploi
    • Actualités de la société
    • Confidentialité chez Microsoft
    • Investisseurs
    • Sécurité
    Français (France)
    • Contactez-nous
    • Confidentialité et cookies
    • Conditions d'utilisation
    • Marque de Fabrique
    • En savoir plus sur nos publicités
    • © Microsoft 2020

    Commentaires