| Mercury.QTP.CustomServer Namespace > CustomServerBase Class > PrepareForReplay Method : PrepareForReplay(UInt32) Method |
CallPrepareForReplay as the first instruction of each replay function. If PrepareForReplay is not called before any call that accesses the custom control, the results are unpredictable.
'DeclarationPublic Overloads Sub PrepareForReplay( _ ByVal PrepareMask As System.UInteger _ )
public void PrepareForReplay( System.uint PrepareMask )
Parameters
- PrepareMask
- The parameter value is created with a bitwise OR operation on the values of PREPARE_MASK

