次の方法で共有


WorkflowRuntimeEndpoint.GetService メソッド

定義

オーバーロード

GetService(Type)

サービス オブジェクトの一覧から、指定したサービス型のサービス オブジェクトを取得します。

GetService<T>()

テンプレート パラメーターとして指定されたサービス型に対応するサービス オブジェクトを取得します。

GetService(Type)

サービス オブジェクトの一覧から、指定したサービス型のサービス オブジェクトを取得します。

public:
 System::Object ^ GetService(Type ^ serviceType);
public object GetService (Type serviceType);
member this.GetService : Type -> obj
Public Function GetService (serviceType As Type) As Object

パラメーター

serviceType
Type

オブジェクトの一覧から取得する必要のあるオブジェクトを持つサービスの型。

戻り値

指定したサービス型のサービス オブジェクト。

適用対象

GetService<T>()

テンプレート パラメーターとして指定されたサービス型に対応するサービス オブジェクトを取得します。

public:
generic <typename T>
 T GetService();
public T GetService<T> ();
member this.GetService : unit -> 'T
Public Function GetService(Of T) () As T

型パラメーター

T

取得するサービスの型。

戻り値

T

サービス型に対応するサービス オブジェクト。

適用対象