• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Delegate MessageReceivedCallback

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

Back to top Copyright © 2017 Alachisoft