An optional object passed into the ReadAsync(String, ReadDoneDelegate, Object) method.
Namespace: Ico.Fwx.ClientWrapperAssembly: 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) |