Delegate MessageReceivedCallback
This delegate represents callback for receiving messages in application.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public delegate void MessageReceivedCallback(object sender, MessageEventArgs args);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | Sender's information. |
| MessageEventArgs | args | Event Arguments. |