com.onlineobject.objectnet Namespace

NetworkDiagnostics..::..ConfigurePingCallback Method

Configures a custom ping callback function to be used for obtaining the host ping time.

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

Syntax


public static void ConfigurePingCallback(

	Func<float> callback

)

Parameters

callback
Type: Func<(Of <(<'Single>)>)>
The callback function that returns the host ping time in milliseconds.