RpcMethod.IsVoid Property

Gets a value indicating whether this IRpcMethod has no return parameter

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

Syntax

C#

public bool IsVoid { get; }

Property Value

Type: Boolean
true if this instance is void; otherwise, false.

Implements

IRpcMethod.IsVoid

Exceptions

Exception

Condition

NotImplementedException

Reference

RpcMethod Class

TwinCAT.Ads.TypeSystem Namespace