RanorexRanorex Documentation
InvokeRemotely Method (deleg)
NamespacesRanorexControlInvokeRemotely(RemotelyInvokedDelegate)
Invokes the delegate remotely at the control. All parameters and the return value need to be serializable.
Declaration Syntax
C#Visual BasicVisual C++
public Object InvokeRemotely(
	RemotelyInvokedDelegate deleg
)
Public Function InvokeRemotely ( _
	deleg As RemotelyInvokedDelegate _
) As Object
public:
Object^ InvokeRemotely(
	RemotelyInvokedDelegate^ deleg
)
Parameters
deleg (RemotelyInvokedDelegate)
The delegate to invoke at the remote control.
Return Value
The (serializable) return value of the remotely invoked delegate.
Exceptions
ExceptionCondition
ActionFailedExceptionThrown if invoking the action failed.

Assembly: Ranorex.Plugin.WinForms (Module: Ranorex.Plugin.WinForms) Version: 4.0.3.22982 (4.0.3.22982)