IRpcCallableInstance Interface
Interface for an RPC callable PLC Method (Remote procedure call)
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public interface IRpcCallableInstanceThe IRpcCallableInstance type exposes the following members.
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Invokes the specified RPC Method | |
|
|
Invokes the specified RPC Method | |
|
|
Invokes the specified RPC Method asynchronously | |
|
|
Invokes the specified RPC Method | |
|
|
Invokes the specified RPC Method |
- IRpcCallableInstance.RpcMethods Property
- IRpcCallableInstance.InvokeRpcMethod Method (String, .Object.)
- IRpcCallableInstance.InvokeRpcMethod Method (String, .Object., .Object..)
- IRpcCallableInstance.TryInvokeRpcMethod Method (String, .Object., Object.)
- IRpcCallableInstance.TryInvokeRpcMethod Method (String, .Object., .Object.., Object.)
- IRpcCallableInstance.InvokeRpcMethodAsync Method