Platform Symphony .NET API Reference - Version 4.1
DiscardCommonData Method
NamespacesPlatform.Symphony.SoamSessionContextDiscardCommonData()()()
Frees the middleware's local copy of the common data.
Declaration Syntax
C#
public void DiscardCommonData()
Remarks

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.

Exceptions
ExceptionCondition
[Platform.Symphony.Soam.SoamException]If common data object could not be discarded.

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 4.1.0.0