Interface IRemoteServerBuilder<T>

The base interface for all remote server builders.

A builder of this type cannot be instantiated.

Namespace: PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly: Diffusion.Client.dll
Syntax
public interface IRemoteServerBuilder<T>
Type Parameters
Name Description
T

The remote server type.

Methods

Reset()

Reset the builder to its default values.

Declaration
T Reset()
Returns
Type Description
T

This builder.

Back to top