Initializes a new instance of the SignalRMessage class
Namespace:
RainWorx.FrameWorx.DTO.EventArgsAssembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public SignalRMessage( int entityID, Object messageData )
Parameters
- entityID
- Type: SystemInt32
- messageData
- Type: SystemObject
See Also