StreamLink.NET  7.1.5-7.1.5-3946-4e293d0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | Properties | List of all members
Caplin.StreamLink.ICommandSubscription Interface Reference

Stored information on the subscription and lets you unpersist the command. More...

Public Member Functions

void UnPersist ()
 For commands that have been set as persistent this method will turn off that persistence. More...
 

Properties

Caplin.StreamLink.ICommandListener CommandListener [get]
 Returns the ICommandListener that is informed of success or More...
 
string Subject [get]
 Returns the subject the command was executed on. More...
 

Detailed Description

Stored information on the subscription and lets you unpersist the command.

Member Function Documentation

void Caplin.StreamLink.ICommandSubscription.UnPersist ( )

For commands that have been set as persistent this method will turn off that persistence.

** Once persistence is turned off the command will not be resent to the server when a reconnection occurs.

Property Documentation

Caplin.StreamLink.ICommandListener Caplin.StreamLink.ICommandSubscription.CommandListener
get

Returns the ICommandListener that is informed of success or

** failure of this command.

  • The command listener.
string Caplin.StreamLink.ICommandSubscription.Subject
get

Returns the subject the command was executed on.

  • The subject of the command.

Generated on Tue Mar 24 2020 11:57:49 for StreamLink.NET