Namespace: UnityThreading
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool Set(
	T value,
	int timeoutInMilliseconds
)
Visual Basic
Public Function Set ( _
	value As T, _
	timeoutInMilliseconds As Integer _
) As Boolean
Visual C++
public:
bool Set(
	T value, 
	int timeoutInMilliseconds
)

Parameters

value
Type: T
timeoutInMilliseconds
Type: System..::..Int32

See Also