NamedPipeTransport.ReceiveAsync(Byte[], Int32, Int32) 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.
Appelé pour recevoir des données du transport par câble.
public System.Threading.Tasks.Task<int> ReceiveAsync (byte[] buffer, int offset, int count);
abstract member ReceiveAsync : byte[] * int * int -> System.Threading.Tasks.Task<int>
override this.ReceiveAsync : byte[] * int * int -> System.Threading.Tasks.Task<int>
Public Function ReceiveAsync (buffer As Byte(), offset As Integer, count As Integer) As Task(Of Integer)
Paramètres
- buffer
- Byte[]
Mémoire tampon dans qui recevoir des données.
- offset
- Int32
Emplacement dans la mémoire tampon pour commencer l’écriture.
- count
- Int32
Quantité maximale d’octets à écrire dans la mémoire tampon.
Retours
Nombre d'octets écrits dans la mémoire tampon.