AsyncConfigBaseState Property
Gets or sets a user-provided object that will be returned by the
AsyncState property that
can be used to distinguish this particular asynchronous operation from other ones.
This object will be returned also in the
IAsyncContext.State property created by
the methods of the
AsyncHelper class.
Default value:
.
Namespace: KGySoft.ThreadingAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public Object? State { get; set; }
Public Property State As Object
Get
Set
public:
property Object^ State {
Object^ get ();
void set (Object^ value);
}
member State : Object with get, set
Property Value
Object