The user-defined state object associated with this operation.
public object UserState { get; set; }
Public Property UserState() As Object
Get
Set
public:
property Object^ UserState
{
Object^ get()
void set(Object^ value)
}
Optional user-defined state object associated with this operation. Default value is null.
This value can be set to anything by the user and is not used by DocumentFactory. The same value will be set in System.ComponentModel.ProgressChangedEventArgs.UserState event data and in System.ComponentModel.AsyncCompletedEventArgs.UserState event data.
For an example, refer to DocumentFactory.LoadFromUriAsync.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET