Click or drag to resize

IDataItemGetValueAsyncT Method

IT Hit User File System
Gets value.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26791.0-Beta2
Syntax
Task<T> GetValueAsync<T>()

Type Parameters

T
The value will be automatically deserialized to the type specified by this type-parameter.

Return Value

Type: TaskT
Data value.
See Also