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