IHistoryAsyncGetRootVersionAsync Method 
IT Hit WebDAV Classes Reference 
            Retrieves item's root version.
            
 
    Namespace: 
   ITHit.WebDAV.Server.DeltaV
    Assembly:
   ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
SyntaxTask<IVersionAsync> GetRootVersionAsync()
Task<IVersionAsync> GetRootVersionAsync()
Function GetRootVersionAsync As Task(Of IVersionAsync)
Function GetRootVersionAsync As Task(Of IVersionAsync)
Task<IVersionAsync^>^ GetRootVersionAsync()
Task<IVersionAsync^>^ GetRootVersionAsync()
abstract GetRootVersionAsync : unit -> Task<IVersionAsync> 
abstract GetRootVersionAsync : unit -> Task<IVersionAsync> 
Return Value
Type: 
TaskIVersionAsync
            .
            
Exceptions
See Also