Processes remote method invocation.
Declaring type: IZyanDispatcher
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract object Invoke (
        Guid trackingID,
        string interfaceName,
        List<DelegateCorrelationInfo> delegateCorrelationSet,
        string methodName,
        Type[] genericArguments,
        Type[] paramTypes,
        params object[] args
) 
Parameters
trackingID
Key for call tracking
interfaceName
Name of the component interface
delegateCorrelationSet
Correlation set for dynamic event and delegate wiring
methodName
Name of the invoked method
genericArguments
Generic arguments of the invoked method
paramTypes
Parameter types
args
Parameter values
Return Value
Return value