Set the message dispatch function. It is responsible for receiving
            messages sent from remote sites using either 
            SendMessage(array<DatabaseEntry>[]()[]) or SendRequest(array<DatabaseEntry>[]()[], UInt32).
            If the message received by this function was sent using 
            SendMessage(array<DatabaseEntry>[]()[]), then no response is required.
            If the message was sent using SendRequest(array<DatabaseEntry>[]()[], UInt32),
            then this function must send a response using 
            SendMessage(array<DatabaseEntry>[]()[]).
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public MessageDispatchDelegate RepMessageDispatch { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| Public Property RepMessageDispatch As MessageDispatchDelegate | 
| Visual C++ | 
|---|
| public: property MessageDispatchDelegate^ RepMessageDispatch { MessageDispatchDelegate^ get (); void set (MessageDispatchDelegate^ value); } | 
 Remarks
Remarks
            It should be called before the Replication Manager has been started. 
            





