Click or drag to resize

ClientTOpenAsync(Boolean, OpenParams) Method

Opens a client connection.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public static Task<Client<T>> OpenAsync(
	bool sync,
	OpenParams parameters
)

Parameters

sync  Boolean
If true, the Task returned is guaranteed to be complete.
parameters  OpenParams
Parameters to open the client connection.

Return Value

TaskClientT
The new client.
See Also