MultiBufferMemoryStream.BeginFastCopyTo 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.
Commence une opération de copie rapide asynchrone.
public IAsyncResult BeginFastCopyTo (System.IO.Stream destination, DateTime? expiryTime, AsyncCallback callback, object state);
member this.BeginFastCopyTo : System.IO.Stream * Nullable<DateTime> * AsyncCallback * obj -> IAsyncResult
Public Function BeginFastCopyTo (destination As Stream, expiryTime As Nullable(Of DateTime), callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- destination
- Stream
Flux vers lequel le contenu du flux actuel sera copié.
- callback
- AsyncCallback
Rappel asynchrone facultatif, à appeler une fois la copie terminée.
- state
- Object
Objet fourni par l’utilisateur qui distingue cette demande de copie asynchrone particulière des autres requêtes.
Retours
IAsyncResult qui représente la copie asynchrone, qui peut toujours être en attente.
S’applique à
Azure SDK for .NET