RemoteInvokeHelperInvoke 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
)
Public Shared Function Invoke (
theObj As Object,
mandatoryParametersTypes As Type(),
mandatoryParameters As Object(),
clientParams As NameValueCollection,
attributeType As Type
) As String
Parameters
- theObj
- Type: SystemObject
- mandatoryParametersTypes
- Type: SystemType
- mandatoryParameters
- Type: SystemObject
- clientParams
- Type: System.Collections.SpecializedNameValueCollection
- attributeType
- Type: SystemType
Return Value
Type:
StringSee Also