NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IMessageSink.SyncProcessMessage

Invoked on the message sink by the remoting infrastructure or by a previous sink for synchronous messages.

[Visual Basic]
Function SyncProcessMessage( _
   ByVal msg As IMessage _
) As IMessage
[C#]
IMessage SyncProcessMessage(
   IMessage msg
);
[C++]
IMessage* SyncProcessMessage(
   IMessage* msg
) = 0;
[JScript]
function SyncProcessMessage(
   msg : IMessage
) : IMessage;

Parameters

msg
Request Message

Return Value

Returns the reply message in response to the request.

See Also

IMessageSink Interface | IMessageSink Members | System.Runtime.Remoting Namespace