msys.policyeditor.vctx_conn_get
Last updated March 2020
Name
msys.policyeditor.vctx_conn_get — Return a connection validation context value
Synopsis
msys.policyeditor.vctx_conn_get(ctx, vars, params);
ctx: table vars: table params: table
**Configuration Change. ** This function is deprecated. Use local value = msg:context_get(msys.core.ECMESS_CTX_CONN, "key")
to get a connection context value. For more information see msg:context_get.
Description
Return a connection validation context value.
The ctx
parameter is the context containing objects from the callout, vars
is a table containing script variables and params
is a table containing parameters to be passed to this routine.
The defined parameter for params
is:
key
the name of the context variable to be returned
See Also
Was this page helpful?