Share via


OrderOfInvoke Class

Definition

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.

Applies to