ICountrySelector<TOperations> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns operations interfaces based on the given country.
public interface ICountrySelector<TOperations>
type ICountrySelector<'Operations> = interface
Public Interface ICountrySelector(Of TOperations)
Type Parameters
- TOperations
The type of the operations to return.
- Derived
Methods
ByCountry(String) |
Customizes operations based on the given country. |