Click or drag to resize

SceneServiceSendDeleteMessageForAll Method (MessageTypes, ListMessageID)

Delete all persisted state for the specified messageIDs in the current scene Note: Our message queue will automagically pack messages up in batches to optimize network traffic

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public void SendDeleteMessageForAll(
	MessageTypes messageType,
	List<MessageID> ids
)

Parameters

messageType
Type: MessageTypes
ids
Type: System.Collections.GenericListMessageID
See Also