This method is used by the channel to dispatch the incoming messages to the server-side chain(s) based on the URI embedded in the message. The URI uniquely identifies the receiving object.
[Visual Basic] Public Shared Function SyncDispatchMessage( _ ByVal msg As IMessage _ ) As IMessage [C#] public static IMessage SyncDispatchMessage( IMessage msg ); [C++] public: static IMessage* SyncDispatchMessage( IMessage* msg ); [JScript] public static function SyncDispatchMessage( msg : IMessage ) : IMessage;
A reply message is returned by the call to the sever side chain
ChannelServices Class | ChannelServices Members | System.Runtime.Remoting Namespace