Invoke Method


When overridden in a derived class, invokes the method that is specified in the provided System.Runtime.Remoting.Messaging.IMessage on the remote object that is represented by the current instance.

Syntax

'Declaration
 
Public Overrides Function Invoke( _
   ByVal message As IMessage _
) As IMessage
public override IMessage Invoke( 
   IMessage message
)

Parameters

message

Return Value

The message returned by the invoked method, containing the return value and any out or ref parameters.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

This documentation was created using Document! X from Innovasys