public abstract class PipeRouter : IPipeRouter
Public MustInherit Class PipeRouter
Implements IPipeRouter
public ref class PipeRouter abstract : IPipeRouter
[<AbstractClassAttribute>]
type PipeRouter =
class
interface IPipeRouter
end
PipeRouter | Инициализирует новый экземпляр класса PipeRouter |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetHandlerAsync | Возвращает объект, выполняющий обработку запроса в канале, или null, если подходящий объект не зарегистрирован. |
TryGetHandlerCoreAsync | Возвращает объект, выполняющий обработку запроса в канале, или null, если подходящий объект не зарегистрирован. |
Get | (Определяется ComHelper) |
HandleAsync |
Выполняет обработку сообщения по каналу и возвращает ответ на запрос, отправленный по каналу.
Не возвращает null, в случае невозможности обработки выбрасывается исключение InvalidOperationException.
(Определяется PipesExtensions) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |