Table of Contents

Struct DisposableMessage

Namespace
Tmds.DBus.Protocol
Assembly
Tmds.DBus.Protocol.dll

Represents a D-Bus message that must be disposed.

public struct DisposableMessage : IDisposable
Implements
Inherited Members

Properties

Message

Gets the underlying message.

public Message Message { get; }

Property Value

Message

Methods

Dispose()

Disposes the message.

public void Dispose()