Interface IRequestSubmitterBuilderFactory
Defines a method for creating an IRequest
Namespace: Copper.Discovery.Service
Assembly: Copper.Discovery.Service.dll
Syntax
public interface IRequestSubmitterBuilderFactory
Methods
View SourceCreate(ServiceDiscoveryRequestedEventArgs)
Creates an
Declaration
RequestSubmitterBuilder Create(ServiceDiscoveryRequestedEventArgs serviceDiscoveryRequestedEventArgs)
Parameters
Type | Name | Description |
---|---|---|
Service |
serviceDiscoveryRequestedEventArgs | The service discovery requested event args. |
Returns
Type | Description |
---|---|
Request |
The |