IStreamClosedFeature.OnClosed(Action<Object>, Object) 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.
Inscrit un rappel à appeler lorsqu’un flux est fermé. Si le flux est déjà dans un état fermé, le rappel est exécuté immédiatement.
public void OnClosed (Action<object?> callback, object? state);
abstract member OnClosed : Action<obj> * obj -> unit
Public Sub OnClosed (callback As Action(Of Object), state As Object)
Paramètres
- state
- Object
État à passer au rappel.