ReliableTopicTerminatedEventArgs Constructor
ReliableTopicTerminatedEventArgs(long, object)
Initializes a new instance of the ReliableTopicTerminatedEventArgs class.
Declaration
public ReliableTopicTerminatedEventArgs(long sequence, object state)
Parameters
| long | sequence | The sequence of the message in the ring buffer.  | 
    
| object | state | A state object  |