Frees the middleware's local copy of the common data.

C# |
public void DiscardCommonData()

If the developer has sucessfully extracted the common data from the middleware and is concerned about the memory being consumed by the copy held in the middleware locally, this method can be used to free it.
NOTE:
Once the data is freed any subsequent requests to attempt to retrieve it will result in an exception.

Exception | Condition |
---|---|
[Platform.Symphony.Soam.SoamException] | If common data object could not be discarded. |