Initializes a new instance of the MessageE class
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
public Message( string topicName, E messageObject, long publishTime, IMember publishingMember )
Parameters
- topicName
- Type: SystemString
- messageObject
- Type: E
- publishTime
- Type: SystemInt64
- publishingMember
- Type: Hazelcast.CoreIMember
See Also