Click or drag to resize

CustomMessageManagerPersistedMessage Structure

Used to store information about currently persisted messages so they can be deleted safely TODO This is a workaround until we can get a Command message to ghost to delete messages of a type

Namespace:  ImmerseSDK.Multiplayer.Messaging
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
C#
private struct PersistedMessage

The CustomMessageManagerPersistedMessage type exposes the following members.

Constructors
  NameDescription
Public methodCustomMessageManagerPersistedMessage
Initializes a new instance of the CustomMessageManagerPersistedMessage class
Top
Methods
Fields
  NameDescription
Public fieldMessageId
Public fieldMessageType
Top
See Also