RTI Connext C# API  6.1.0
SuspendedPublication Struct Reference

A disposable object returned when a publication is temporarily suspended with Publisher.SuspendPublications and whose Dispose method resumes it. More...

Inherits IDisposable.

Public Member Functions

void Dispose ()
 Ends the temporary suspension (resumes it) More...
 

Properties

Publisher RelatedPublisher [get]
 The publisher that was suspended More...
 

Detailed Description

A disposable object returned when a publication is temporarily suspended with Publisher.SuspendPublications and whose Dispose method resumes it.

Member Function Documentation

◆ Dispose()

void Dispose ( )

Ends the temporary suspension (resumes it)

Property Documentation

◆ RelatedPublisher

Publisher RelatedPublisher
get

The publisher that was suspended