PipeServiceRouterRemoveRegistration - метод
Удаляет регистрацию обработчика для заданного сервиса.
Пространство имён: Tessa.Platform.PipesСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
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)