Invokes the method that is specified in the provided IMessage on the remote object that is represented by the current instance.
Declaring type: ZyanProxy
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public override IMessage Invoke (
        IMessage message
) 
Parameters
message
Remoting System.Runtime.Remoting.Messaging.IMessage that contains information about the method call.
Return Value
The message returned by the invoked method, containing the return value and any out or ref parameters.