Async method that behaves like a constructor. This exists because there are no async constructors in .
public static async Task<DocumentProcessing> CreateInstanceAsync(string serviceUrl, TXTextControl.DocumentServices.DocumentProcessing.OAuthSettings oauthSettings);Public Shared Async Function CreateInstanceAsync(ByVal serviceUrl As String, ByVal oauthSettings As TXTextControl.DocumentServices.DocumentProcessing.OAuthSettings) As Task(Of DocumentProcessing)| Parameter | Description |
|---|---|
| service |
The service URL location of the DS Server installation. |
| oauth |
The required OAuth settings. |