Compartir a través de


OrleansGeneratedCodeHelper.UnwrapService<TService> Método

Definición

Desencapsula el servicio proporcionado si se encapsula.

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

Parámetros de tipo

TService

El tipo de servicio.

Parámetros

caller
Object

El autor de la llamada.

service
TService

Servicio.

Devoluciones

TService

El servicio desajustado.

Se aplica a