ServiceConnection ConnectAsync Method (String, Nullable DWProductTypes )DocuWare Platform .NET API
Connects this instance with new credentials.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

public Task ConnectAsync(
	string token,
	Nullable<DWProductTypes> licenseType = null
)

Parameters

token
Type: OnlineSystem String
The login token.
licenseType (Optional)
Type: OnlineSystem Nullable DWProductTypes 
Type of the license.

Return Value

Type: OnlineTask
A task which executes the connection process.
See Also