PipeServiceRouterRemoveRegistration - метод |
Удаляет регистрацию обработчика для заданного сервиса.
Пространство имён:
Tessa.Platform.Pipes
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemType
Тип сервиса, для которого удаляется регистрация обработчика.
Возвращаемое значение
Тип:
IPipeServiceRouterТекущий объект для цепочки вызовов.
Реализации
IPipeServiceRouterRemoveRegistration(Type)См. также