StreamLink.NET  6.2.10-3513-c11dd52
 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. Once persistence is turned off the command will not be resent to the server when a reconnection occurs.
 

Properties

Caplin.StreamLink.ICommandListener CommandListener [get]
 Returns the ICommandListener that is informed of success or failure of this command. 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.

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 Thu Apr 27 2017 14:05:45 for StreamLink.NET