IEmbeddedPacketIOServiceCloseAsync Method |
Closes a connection service.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
SyntaxTask CloseAsync(
bool sync,
IPacketIOService connection
)
Parameters
- sync
- Type: SystemBoolean
If true, the Task returned is guaranteed to be complete. - connection
- Type: Demo3D.NetIPacketIOService
The connection service to close.
Return Value
Type:
Task[Missing <returns> documentation for "M:Demo3D.Net.IEmbeddedPacketIOService.CloseAsync(System.Boolean,Demo3D.Net.IPacketIOService)"]
See Also