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