StreamLink.NET
CreateChatSubscription Method (listener, subject)
StreamLink.NETCaplin.StreamLinkIStreamLinkProviderCreateChatSubscription(IChatSubscriptionListener, String)
Creates a Chat subscription using no parameters.
Declaration Syntax
C#Visual BasicVisual C++
IChatSubscription CreateChatSubscription(
	IChatSubscriptionListener listener,
	string subject
)
Function CreateChatSubscription ( _
	listener As IChatSubscriptionListener, _
	subject As String _
) As IChatSubscription
IChatSubscription^ CreateChatSubscription(
	IChatSubscriptionListener^ listener, 
	String^ subject
)
Parameters
listener (IChatSubscriptionListener)
The listener that will receive events relating to the subscribed chat object
subject (String)
The subject of the chat.
Return Value
A new Chat subscription.

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