Back to product page

Play method


Play previously recorded session.

Type

Void

Syntax

  • C#
  • VB.NET
public Void Play(String Filename);
The Play(Filename) syntax has these parts:
FilenameFull path to a file where session data was stored.

public Sub Play(ByVal Filename As String)
The Play(Filename) syntax has these parts:
FilenameFull path to a file where session data was stored.

Remarks

Play method will open specified file, and reconstruct previously recorded session using Record method. This method can work even when you're not connected to the server. To record a session, use Record method.

Platforms

Windows