Class Diffusion<T>

The Diffusion factory for the new Remote Server Builder.

Inheritance
System.Object
Diffusion<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: PushTechnology.ClientInterface.Client.Factories
Assembly: Diffusion.Client.dll
Syntax
public static class Diffusion<T>
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