Interface IFeature
- Namespace
- PushTechnology.ClientInterface.Client.Features
- Assembly
- Diffusion.Client.dll
The base interface for features that may be added directly to a client ISession.
public interface IFeature
Remarks
A feature is a unit of functionality that is available to a client session.
Since 5.0
Properties
Session
Returns the session that the feature is associated with.
ISession Session { get; }
Property Value
- ISession
The session of the feature.