Click or drag to resize

AskiaPortalInstanceFactory Class

Factory to manage AskiaPortal Instance and all related licenses.
Inheritance Hierarchy
SystemObject
  AskiaPortalCmnAskiaPortalInstanceFactory

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public static class AskiaPortalInstanceFactory

The AskiaPortalInstanceFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeserialize
Deserialize the string provided to the AskiaPortal instance data.
Public methodStatic memberFetchAsync
Fetch all licenses from AskiaLicense server and store it locally.
Public methodStatic memberCode exampleGetCurrentInstance
Try to retrieve the data of current AskiaPortal instance.
Public methodStatic memberSerialize
Serialize the AskiaPortal instance data as a string.
Top
See Also