[OrderAttribute(2147483647)]
public sealed class UnknownDiscoverySenderCommandHandler : DiscoverySenderCommandHandlerBase
<OrderAttribute(2147483647)>
Public NotInheritable Class UnknownDiscoverySenderCommandHandler
Inherits DiscoverySenderCommandHandlerBase
[OrderAttribute(2147483647)]
public ref class UnknownDiscoverySenderCommandHandler sealed : public DiscoverySenderCommandHandlerBase
[<SealedAttribute>]
[<OrderAttribute(2147483647)>]
type UnknownDiscoverySenderCommandHandler =
class
inherit DiscoverySenderCommandHandlerBase
end
UnknownDiscoverySenderCommandHandler | Инициализирует новый экземпляр класса UnknownDiscoverySenderCommandHandler |
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) |
HandleCompletedCommandAsync |
Make decision about whole command success.
(Унаследован от DiscoverySenderCommandHandlerBase) |
HandleResponseAsync |
Handler for each received component response.
(Унаследован от DiscoverySenderCommandHandlerBase) |
IsApplicable |
Whether the handler is applicable to a command of given type.
(Переопределяет DiscoverySenderCommandHandlerBaseIsApplicable(String)) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
PrepareRequestAsync |
Prepare send command request.
(Переопределяет DiscoverySenderCommandHandlerBasePrepareRequestAsync(DiscoverySendCommandContext, CancellationToken)) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |