次の方法で共有


ServiceGroupFactory.RemoveServiceFactory(String) メソッド

定義

サービス ファクトリを削除します。

public void RemoveServiceFactory (string serviceTypeName);
member this.RemoveServiceFactory : string -> unit
Public Sub RemoveServiceFactory (serviceTypeName As String)

パラメーター

serviceTypeName
String

サービス タイプ名を表す文字列。 ファクトリの登録時に指定されたサービスの種類と一致する必要があります。

適用対象