IDataItemGetValueAsyncT Method |
IT Hit User File System
Gets value.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax Task<T> GetValueAsync<T>()
Function GetValueAsync(Of T) As Task(Of T)
generic<typename T>
Task<T>^ GetValueAsync()
abstract GetValueAsync : unit -> Task<'T>
Type Parameters
- T
- The value will be automatically deserialized to the type specified by this type-parameter.
Return Value
Type:
TaskTData value.
See Also