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