PipeServiceRouterRemoveRegistration - метод
Удаляет регистрацию обработчика для заданного сервиса.
Пространство имён: Tessa.Platform.PipesСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public IPipeServiceRouter RemoveRegistration(
Type serviceType
)
Public Function RemoveRegistration (
serviceType As Type
) As IPipeServiceRouter
public:
virtual IPipeServiceRouter^ RemoveRegistration(
Type^ serviceType
) sealed
abstract RemoveRegistration :
serviceType : Type -> IPipeServiceRouter
override RemoveRegistration :
serviceType : Type -> IPipeServiceRouter
- serviceType Type
- Тип сервиса, для которого удаляется регистрация обработчика.
IPipeServiceRouterТекущий объект для цепочки вызовов.
IPipeServiceRouterRemoveRegistration(Type)