Async method that behaves like a constructor. This exists because there are no async constructors in .NET.

CreateInstanceAsync(String, TXTextControl.DocumentServices.DocumentProcessing.OAuthSettings)

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)

Parameters

Parameter Description
serviceUrl The service URL location of the DS Server installation.
oauthSettings The required OAuth settings.