com.onlineobject.objectnet Namespace

INetworkElement..::..ConfigureSendMethod Method

Configures the method used for sending data.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


void ConfigureSendMethod(

	Action<int, DataStream, DeliveryMode> method

)

Parameters

method
Type: Action<(Of <(<'Int32, DataStream, DeliveryMode>)>)>
The action delegate representing the send method.