Click or drag to resize

RemoteInvokeHelper.Invoke Method (Object,Type[],Object[], NameValueCollection, Type)

Invokes a command.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static string Invoke(
	Object theObj,
	Type[] mandatoryParametersTypes,
	Object[] mandatoryParameters,
	NameValueCollection clientParams,
	Type attributeType
)

Parameters

theObj
Type: System.Object
mandatoryParametersTypes
Type:System.Type[]
mandatoryParameters
Type:System.Object[]
clientParams
Type: System.Collections.Specialized.NameValueCollection
attributeType
Type: System.Type

Return Value

Type: String
See Also