AskiaPortalCmnApiValidate Method |
Indicates if the API application context is valid.
Check if the current module has been initialized.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax public static IReturnValue Validate()
Public Shared Function Validate As IReturnValue
public:
static IReturnValue^ Validate()
Return Value
Type:
IReturnValueSuccessful return value when the context is valid.
Return Value
Type:
IReturnValueCurrentModuleNotInitializedSee Also