| IApplicationGetDocumentAsync Method |
Gets the document
Namespace: TSD.API.RemotingAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax Task<IDocument?> GetDocumentAsync(
CancellationToken cancellationToken = default
)
Function GetDocumentAsync (
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of IDocument)
Task<IDocument^>^ GetDocumentAsync(
CancellationToken cancellationToken = CancellationToken()
)
abstract GetDocumentAsync :
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<IDocument>
Parameters
- cancellationToken CancellationToken (Optional)
- The optional cancellation token
Return Value
TaskIDocumentTSD.API.Remoting.DocumentSee Also