CitrixVirtualUser ClearEvents Method C# API
Clear the OccurredEvents list

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public void ClearEvents()
Remarks

Clears the list of Citrix events stored in the list OccuredEvents. Note that this list is also automatically cleared after each iteration. This method can be used to ensure that WaitForEvent will only match on events that occur after ClearEvents is called.
See Also