Helper Delay Method (Int32, Helper stateArgCallbackFunctionWithArg, Object)sP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Executes one arg delegate function with delay.

Namespace: sP2PLib
Assembly: sP2PLib (in sP2PLib.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax

Public Shared Sub Delay ( _
	milliseconds As Integer, _
	function As Helper..::..stateArgCallbackFunctionWithArg, _
	Arg As Object _
)

Parameters

milliseconds
Type: System Int32

[Missing <param name="milliseconds"/> documentation for "M:sP2PLib.Helper.Delay(System.Int32,sP2PLib.Helper.stateArgCallbackFunctionWithArg,System.Object)"]

function
Type: sP2PLib Helper stateArgCallbackFunctionWithArg
The function.
Arg
Type: System Object
The argument.
See Also