OrleansGeneratedCodeHelper.UnwrapService<TService> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果已包裝,請解除包裝所提供的服務。
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
未包裝的服務。