Interface IDeliveryOptionsBuilder<T>

The delivery options builder interface.

Namespace: PushTechnology.ClientInterface.Client.Types
Assembly: Diffusion.Client.dll
Syntax
public interface IDeliveryOptionsBuilder<out T>
Type Parameters
Name Description
T

The type of the builder.

Methods

Build()

Builds the options.

Declaration
T Build()
Returns
Type Description
T

The delivery options.

Back to top