INetworkElement..::..ConfigureSendMethod Method
Configures the method used for sending data.
Namespace:
com.onlineobject.objectnetAssembly: 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.