PipeServiceRequestMappingCoerceMethodNameCore - метод
Корректирует имя передаваемого метода. В реализации по умолчанию удаляет суффикс Async.
Пространство имён: Tessa.Platform.PipesСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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Скорректированное имя метода.