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