[OrderAttribute(10)]
public sealed class EnableTracingDiscoverySenderCommandHandler : DiscoverySenderCommandHandlerBase
<OrderAttribute(10)>
Public NotInheritable Class EnableTracingDiscoverySenderCommandHandler
Inherits DiscoverySenderCommandHandlerBase
[OrderAttribute(10)]
public ref class EnableTracingDiscoverySenderCommandHandler sealed : public DiscoverySenderCommandHandlerBase
[<SealedAttribute>]
[<OrderAttribute(10)>]
type EnableTracingDiscoverySenderCommandHandler =
class
inherit DiscoverySenderCommandHandlerBase
end
EnableTracingDiscoverySenderCommandHandler | Инициализирует новый экземпляр класса EnableTracingDiscoverySenderCommandHandler |
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) |