Click or drag to resize

IEmbeddedPacketIOServiceOpenAsync Method

Opens a new connection with the given connection parameters.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
Task<IPacketIOService> OpenAsync(
	bool sync,
	Object connectionParameters
)

Parameters

sync
Type: SystemBoolean
If true, the Task returned is guaranteed to be complete.
connectionParameters
Type: SystemObject
Connection parameters.

Return Value

Type: TaskIPacketIOService
A new connection service.
See Also