PipeMethodHandler - конструктор |
Создаёт экземпляр класса с указанием его зависимостей.
Пространство имён:
Tessa.Platform.Pipes
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public PipeMethodHandler(
IPipeServiceRequestMapping requestMapping
)
Public Sub New (
requestMapping As IPipeServiceRequestMapping
)
public:
PipeMethodHandler(
IPipeServiceRequestMapping^ requestMapping
)
new :
requestMapping : IPipeServiceRequestMapping -> PipeMethodHandler
Параметры
- requestMapping
- Тип: Tessa.Platform.PipesIPipeServiceRequestMapping
Объект, преобразующий параметры запроса, связанные с методом сервиса.
См. также