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
)
Public Shared Function FetchAsync (
context As IContext,
Optional initialToken As String = Nothing
) As Task(Of IReturnValue)
public:
static Task<IReturnValue^>^ FetchAsync(
IContext^ context,
String^ initialToken = nullptr
)
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