Click or drag to resize

PFDataHubInvokeTypeScriptApiEndpoint Method

Invokes the given TS API endpoint.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public JToken InvokeTypeScriptApiEndpoint(
	string methodName,
	JObject jsonArgsObj
)

Parameters

methodName
Type: SystemString
The method name
jsonArgsObj
Type: JObject
A JObject representing the arguments key/value pairs passed to this method.

Return Value

Type: JToken
See Also