Click or drag to resize

SceneServiceSendDeleteMessageForAll Method

Overload List
  NameDescription
Public methodSendDeleteMessageForAllT(UInt16)
Delete all persisted state for the specified class in the current scene Note: Our message queue will automagically pack messages up in batches to optimize network traffic
Public methodSendDeleteMessageForAll(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
Public methodSendDeleteMessageForAllT(UInt16, ListT)
Delete all persisted state for the specified class in the current scene Note: Our message queue will automagically pack messages up in batches to optimize network traffic
Top
See Also