OrleansGeneratedCodeHelper.UnwrapService<TService> 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.
Désencapsule le service fourni s’il a été encapsulé.
public static TService UnwrapService<TService> (object caller, TService service);
static member UnwrapService : obj * 'Service -> 'Service
Public Function UnwrapService(Of TService) (caller As Object, service As TService) As TService
Paramètres de type
- TService
Type de service.
Paramètres
- caller
- Object
Appelant.
- service
- TService
Service.
Retours
TService
Service décompressé.