ClientTOpenAsync(Boolean, OpenParams) Method |
Opens a client connection.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic 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
TaskClientTThe new client.
See Also