InvokablePool.Return<T>(T) 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.
Retourne une valeur au pool.
public static void Return<T> (T obj) where T : class, Orleans.Serialization.Invocation.IInvokable, new();
static member Return : 'T -> unit (requires 'T : null and 'T :> Orleans.Serialization.Invocation.IInvokable and 'T : (new : unit -> 'T))
Public Shared Sub Return(Of T As {Class, IInvokable, New}) (obj As T)
Paramètres de type
- T
Type de la valeur.
Paramètres
- obj
- T
La valeur de retour.