StreamLink.NET  8.0.2-8.0.2-1193-39b2496
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | Properties | List of all members
Caplin.StreamLink.IPublisher Interface Reference
Inheritance diagram for Caplin.StreamLink.IPublisher:
Caplin.StreamLink.IJsonPublisher Caplin.StreamLink.IRecordPublisher

Public Member Functions

void Close ()
 

Properties

bool IsClosed [get]
 
bool IsDiscarded [get]
 
string Subject [get]
 

Detailed Description

An object that can send messages for a subject that StreamLink is providing

Member Function Documentation

void Caplin.StreamLink.IPublisher.Close ( )

Closes this subscription

Property Documentation

bool Caplin.StreamLink.IPublisher.IsClosed
get

Indicates whether this publisher has been closed

true if closed

bool Caplin.StreamLink.IPublisher.IsDiscarded
get

Indicates whether this subjet has been discard by the liberator

true if discarded

string Caplin.StreamLink.IPublisher.Subject
get

The subject that was requested

the subject


Generated on Tue Aug 6 2024 11:56:45 for StreamLink.NET