AdsConnection.TryInvokeRpcMethod Method (ITcAdsSymbol, String, .Object., Object.)
Invokes the specified RPC Method.
          Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public AdsErrorCode TryInvokeRpcMethod(
ITcAdsSymbol symbol,
string methodName,
Object[] parameters,
out Object retValue
)
VB
Public Function TryInvokeRpcMethod (
symbol As ITcAdsSymbol,
methodName As String,
parameters As Object(),
<OutAttribute> ByRef retValue As Object
) As AdsErrorCode
Parameters
| 
                   symbol  | 
                   Type: TwinCAT.Ads.ITcAdsSymbol  | 
| 
                   methodName  | 
                   Type: System.String  | 
| 
                   parameters  | 
                   Type: .System.Object.  | 
| 
                   retValue  | 
                   Type: System.Object.  | 
Exceptions
| 
                   Exception  | 
                   Condition  | 
|---|---|