Click or drag to resize

AskiaPortalInstanceFactoryFetchAsync Method

Fetch all licenses from AskiaLicense server and store it locally.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public static Task<IReturnValue> FetchAsync(
	IContext context,
	string initialToken = null
)

Parameters

context
Type: AskiaPortalCmnIContext
Context of execution
initialToken (Optional)
Type: SystemString
Initial token for the first time synchronization

Return Value

Type: TaskIReturnValue
Return a value that indicates if the process succeed.
See Also