Table of Contents

Interface IDeliveryOptionsBuilder<T>

Namespace
PushTechnology.ClientInterface.Client.Types
Assembly
Diffusion.Client.dll

The delivery options builder interface.

public interface IDeliveryOptionsBuilder<out T>

Type Parameters

T

The type of the builder.

Methods

Build()

Builds the options.

T Build()

Returns

T

The delivery options.