Interface IDeliveryOptionsBuilder<T>
- Namespace
- PushTechnology.ClientInterface.Client.Types
- Assembly
- Diffusion.Client.dll
The delivery options builder interface.
public interface IDeliveryOptionsBuilder<out T>
Type Parameters
TThe type of the builder.
Methods
Build()
Builds the options.
T Build()
Returns
- T
The delivery options.