Class Diffusion<T>

The Diffusion factory for the new Remote Server Builder.

Inheritance
System.Object
Diffusion<T>
Namespace: PushTechnology.ClientInterface.Client.Factories
Assembly: Diffusion.Client.dll
Syntax
public static class Diffusion<T> : object
Type Parameters
Name Description
T

Remote Server Builder type

Methods

NewRemoteServerBuilder(RemoteServerType)

Creates a new IRemoteServerBuilder.

Declaration
public static IRemoteServerBuilder<T> NewRemoteServerBuilder(RemoteServerType type)
Parameters
Type Name Description
RemoteServerType type
Returns
Type Description
IRemoteServerBuilder<T>

The remote server builder.

Remarks

Since 6.10

Back to top