PipeServiceRequestMappingCoerceMethodNameCore - метод
Корректирует имя передаваемого метода. В реализации по умолчанию удаляет суффикс Async.
Пространство имён: Tessa.Platform.PipesСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
protected virtual string CoerceMethodNameCore(
string methodName
)
Protected Overridable Function CoerceMethodNameCore (
methodName As String
) As String
protected:
virtual String^ CoerceMethodNameCore(
String^ methodName
)
abstract CoerceMethodNameCore :
methodName : string -> string
override CoerceMethodNameCore :
methodName : string -> string
- methodName String
- Имя метода.
StringСкорректированное имя метода.