Platform Symphony .NET API Reference - Version 5.1
DiscardTaskInput Method
NamespacesPlatform.Symphony.SoamTaskContextDiscardTaskInput()()()()
Frees the middleware's local copy of the Task input.
Declaration Syntax
C#
public void DiscardTaskInput()
Remarks

If the developer has sucessfully extracted the Task input 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
[SoamException]If message coudl not be discarded

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