Delegate for the Crestron Thread callback function

Namespace: Crestron.SimplSharpPro.CrestronThread
Assembly: SimplSharpPro (in SimplSharpPro.exe)

Syntax

C#
public delegate Object ThreadCallbackFunction(
	Object userSpecific
)

Parameters

userSpecific
Type: System..::..Object
Any object the user specifies.

Return Value

Type: Object

See Also