AsynchronousChannelProvider.OpenAsynchronousChannelGroup Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
OpenAsynchronousChannelGroup(IExecutorService, Int32) |
Construit un nouveau groupe de canaux asynchrones avec le pool de threads donné. |
OpenAsynchronousChannelGroup(Int32, IThreadFactory) |
Construit un nouveau groupe de canaux asynchrones avec un pool de threads fixe. |
OpenAsynchronousChannelGroup(IExecutorService, Int32)
Construit un nouveau groupe de canaux asynchrones avec le pool de threads donné.
[Android.Runtime.Register("openAsynchronousChannelGroup", "(Ljava/util/concurrent/ExecutorService;I)Ljava/nio/channels/AsynchronousChannelGroup;", "GetOpenAsynchronousChannelGroup_Ljava_util_concurrent_ExecutorService_IHandler", ApiSince=26)]
public abstract Java.Nio.Channels.AsynchronousChannelGroup? OpenAsynchronousChannelGroup (Java.Util.Concurrent.IExecutorService? executor, int initialSize);
[<Android.Runtime.Register("openAsynchronousChannelGroup", "(Ljava/util/concurrent/ExecutorService;I)Ljava/nio/channels/AsynchronousChannelGroup;", "GetOpenAsynchronousChannelGroup_Ljava_util_concurrent_ExecutorService_IHandler", ApiSince=26)>]
abstract member OpenAsynchronousChannelGroup : Java.Util.Concurrent.IExecutorService * int -> Java.Nio.Channels.AsynchronousChannelGroup
Paramètres
- executor
- IExecutorService
Pool de threads
- initialSize
- Int32
>=0
Valeur ou valeur négative pour la valeur par défaut spécifique à l’implémentation
Retours
Un nouveau groupe de canaux asynchrones
- Attributs
Remarques
Construit un nouveau groupe de canaux asynchrones avec le pool de threads donné.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.
S’applique à
OpenAsynchronousChannelGroup(Int32, IThreadFactory)
Construit un nouveau groupe de canaux asynchrones avec un pool de threads fixe.
[Android.Runtime.Register("openAsynchronousChannelGroup", "(ILjava/util/concurrent/ThreadFactory;)Ljava/nio/channels/AsynchronousChannelGroup;", "GetOpenAsynchronousChannelGroup_ILjava_util_concurrent_ThreadFactory_Handler", ApiSince=26)]
public abstract Java.Nio.Channels.AsynchronousChannelGroup? OpenAsynchronousChannelGroup (int nThreads, Java.Util.Concurrent.IThreadFactory? threadFactory);
[<Android.Runtime.Register("openAsynchronousChannelGroup", "(ILjava/util/concurrent/ThreadFactory;)Ljava/nio/channels/AsynchronousChannelGroup;", "GetOpenAsynchronousChannelGroup_ILjava_util_concurrent_ThreadFactory_Handler", ApiSince=26)>]
abstract member OpenAsynchronousChannelGroup : int * Java.Util.Concurrent.IThreadFactory -> Java.Nio.Channels.AsynchronousChannelGroup
Paramètres
- nThreads
- Int32
Nombre de threads dans le pool
- threadFactory
- IThreadFactory
Fabrique à utiliser lors de la création de threads
Retours
Un nouveau groupe de canaux asynchrones
- Attributs
Remarques
Construit un nouveau groupe de canaux asynchrones avec un pool de threads fixe.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.