ActivityExecutionContext.GetService 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetService(Type) |
返回指定类型的服务。 |
GetService<T>() |
返回指定的 Type 的服务提供程序。 |
GetService(Type)
返回指定类型的服务。
public:
virtual System::Object ^ GetService(Type ^ serviceType);
public object GetService (Type serviceType);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Public Function GetService (serviceType As Type) As Object
参数
返回
实现
例外
适用于
GetService<T>()
返回指定的 Type 的服务提供程序。
public:
generic <typename T>
T GetService();
public T GetService<T> ();
member this.GetService : unit -> 'T
Public Function GetService(Of T) () As T
类型参数
- T
要返回其提供程序的指定类型。
返回
T