DataSource.NET
IMappingMessage Interface
NamespacesCaplin.DataSource.Messaging.MappingIMappingMessage
Mapping messages allow a DataSource to inform a remote peer (usually Liberator or Transformer) that it should request a different subject.
Declaration Syntax
C#Visual BasicVisual C++
public interface IMappingMessage : IMessage
Public Interface IMappingMessage _
	Implements IMessage
public interface class IMappingMessage : IMessage
Members
All MembersProperties



IconMemberDescription
Image
Gets or sets a boolean value indicating whether this IMessage represents an image or an update.
(Inherited from IMessage.)
Mapping
Get the mapped-to subject for the message.

Subject
Gets the subject of this message.
(Inherited from IMessage.)
Remarks

An IMappingMessage is created with a subject and a mapping. When a request for subject is received by the DataSourec and it responds with an IMappingMessage, the Liberator will request mapping. Updates for mapping will be routed transparently by the Liberator to all StreamLink clients originally requesting subject.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)