IClientServerConfiguration.

SetMessageRecipient(IMessageRecipient) Method

Summary

sets the MessageRecipient to receive Client Server messages.

Syntax

void SetMessageRecipient(IMessageRecipient messageRecipient)

Remarks

sets the MessageRecipient to receive Client Server messages.

This setting should be used on the server side.

Parameters

Name Type Description
messageRecipient IMessageRecipient the MessageRecipient to be used

Return Value

Type Description
void