An optional object passed when starting the asynchronous call.

Namespace: Ico.Fwx.ClientWrapper
Assembly: IcoFwxClientWrapper (in IcoFwxClientWrapper.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Object UserState { get; private set; }
Visual Basic
Public Property UserState As Object
	Get
	Private Set
JScript
function get UserState () : Object
private function set UserState (value : Object)

See Also