Click or drag to resize

MulticastInstAsyncSend Property

Sending using asynchronous I/O on Windows platforms that support it. The default value is false.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public bool AsyncSend { get; set; }

Property Value

Type: Boolean
Remarks
This parameter has no effect on non-Windows platforms and Windows platforms that don't support asynchronous I/O.
See Also