public interface IDiscoverySenderCommandHandler
Public Interface IDiscoverySenderCommandHandler
public interface class IDiscoverySenderCommandHandler
type IDiscoverySenderCommandHandler = interface end
HandleCompletedCommandAsync | Make decision about whole command success. |
HandleResponseAsync | Handler for each received component response. |
IsApplicable | Whether the handler is applicable to a command of given type. |
PrepareRequestAsync | Prepare send command request. |