Invokes the remote method using the specified parameters and settings.
Namespace:
com.celigo.net.ServiceManager
Assembly:
ServiceManager (in ServiceManager.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
protected virtual Object InvokeService(
Object arg,
string method,
SearchPreferences searchPrefs
) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Function InvokeService ( _
arg As Object, _
method As String, _
searchPrefs As SearchPreferences _
) As Object |
| Visual C++ |
|---|
protected:
virtual Object^ InvokeService(
Object^ arg,
String^ method,
SearchPreferences^ searchPrefs
) |
Parameters
- arg
- Type: System..::.Object
Method arguments
- method
- Type: System..::.String
Name of the remote method to execute.
- searchPrefs
- Type: SearchPreferences
Search Preference settings.
Return Value
Result of the web service.
See Also