RpcMethodCollection.Item Property (String)

Gets the IRpcMethod with the specified method name.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public IRpcMethod this[
    string methodName
] { get; }

Parameters

methodName

Type: System.String
Name of the method.

Return Value

Type: IRpcMethod
RpcMethod.

Implements

IRpcMethodCollection.Item.String.

Exceptions

Exception

Condition

KeyNotFoundException

Reference

RpcMethodCollection Class

Item Overload

TwinCAT.TypeSystem Namespace