StreamLink.NET
ChatSubscriptionListener Property
StreamLink.NETCaplin.StreamLink.Subscription.ExtendedContainerExtendedContainerSubscriptionChatSubscriptionListener
Sets the chat subscription listener that will be informed of all IChatEvent events in addition to any container level events. passed to the ISubscriptionListener interface.
Declaration Syntax
C#Visual BasicVisual C++
public IChatSubscriptionListener ChatSubscriptionListener { set; }
Public WriteOnly Property ChatSubscriptionListener As IChatSubscriptionListener
public:
virtual property IChatSubscriptionListener^ ChatSubscriptionListener {
	void set (IChatSubscriptionListener^ value) sealed;
}
Value
The chat subscription listener.
Exceptions
ExceptionCondition
InvalidOperationException

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.23.0 (5.0.23.0)