JAMS Developer Guide
UserState Property (NonblockingNativeActivity)


MVPSI.JAMS.Activities Namespace > NonblockingNativeActivity Class : UserState Property
Gets or sets a user-defined object associated with the current async activity
Syntax
'Declaration
 
Protected Property UserState As System.Object
'Usage
 
Dim instance As NonblockingNativeActivity
Dim value As System.Object
 
instance.UserState = value
 
value = instance.UserState
protected System.object UserState {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NonblockingNativeActivity Class
NonblockingNativeActivity Members