共用方式為


OrleansGeneratedCodeHelper.UnwrapService<TService> 方法

定義

如果已包裝,請解除包裝所提供的服務。

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

類型參數

TService

服務類型。

參數

caller
Object

呼叫端。

service
TService

服務。

傳回

TService

未包裝的服務。

適用於