Interface IDiscoveryResponseService
Defines a service contract for a service used to receive service discovery responses.
Namespace: Copper.Discovery.Interface.V1
Assembly: Copper.Discovery.Interface.dll
Syntax
public interface IDiscoveryResponseService
Methods
View SourceSubmitServiceDiscoveryResponse(ServiceDiscoveryResponse)
Submits a service discovery response.
Declaration
Task SubmitServiceDiscoveryResponse(ServiceDiscoveryResponse serviceDiscoveryResponse)
Parameters
Type | Name | Description |
---|---|---|
ServiceDiscoveryResponse | serviceDiscoveryResponse | The service discovery response. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task that represents outstanding operation. |