Interface IFeature

The base interface for features that may be added directly to a client ISession.

Namespace: PushTechnology.ClientInterface.Client.Features
Assembly: Diffusion.Client.dll
Syntax
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.

Declaration
ISession Session { get; }
Property Value
Type Description
ISession

The session of the feature.

Back to top