TcAdsClient.TryInvokeRpcMethod Method (ITcAdsSymbol, String, .Object., Object.)
Tries to invoke a 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 returnValue
)
VB
Public Function TryInvokeRpcMethod (
symbol As ITcAdsSymbol,
methodName As String,
parameters As Object(),
<OutAttribute> ByRef returnValue As Object
) As AdsErrorCode
Parameters
symbol |
Type: TwinCAT.Ads.ITcAdsSymbol |
methodName |
Type: System.String |
parameters |
Type: .System.Object. |
returnValue |
Type: System.Object. |
Exceptions
Exception |
Condition |
---|---|
symbol or parameters | |
methodName | |