RemoteInvokeHelper.Invoke 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)
Syntaxpublic 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: System.Object
- clientParams
- Type: System.Collections.Specialized.NameValueCollection
- attributeType
- Type: System.Type
Return Value
Type:
String
See Also