Megosztás a következőn keresztül:


ServiceGroupFactory.RemoveServiceFactory(String) Method

Definition

Removes the service factory.

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

Parameters

serviceTypeName
String

The service type name as a string. It should match the service type that was specified when the factory was registered.

Applies to