OrderOfInvoke Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a helper class that generates the order of invocation during recording and maintains the order of invocation during playback.
public ref class OrderOfInvoke abstract sealed
public static class OrderOfInvoke
type OrderOfInvoke = class
Public Class OrderOfInvoke
- Inheritance
-
OrderOfInvoke
Properties
OrderMap |
Gets the invocation order as recorded. |
OrderMapPlayback |
Gets the invocation order for test playback. |
Methods
ClearCache() |
Clears the OrderMap and OrderMapPlayback properties. |
Initialize() |
Clears the OrderMap and OrderMapPlayback properties and turns off resetting the cache at the end of every recording and playback session. |