Click or drag to resize

GhostMessagesDelete Method (MortarDestinations, UInt16, MessageID)

Deletes a persisted ghost message. This is just a normal message that is sent with a 0 length payload. Note: persisted messages also require message handlers to be set up so they can receive messages (and know about deleted messages)

Namespace:  ImmerseSDK.Multiplayer
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public static void Delete(
	MortarDestinations destination,
	ushort messageType,
	MessageID messageID
)

Parameters

destination
Type: MortarDestinations
Where the message will be sent
messageType
Type: SystemUInt16
Message type
messageID
Type: ImmerseSDK.Multiplayer.MessagingMessageID
Message unique identifier
See Also