HtmlMedia.Pause Method
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.
Overloads
Pause() | |
Pause(TimeSpan) |
Pause()
public:
virtual void Pause();
public virtual void Pause ();
abstract member Pause : unit -> unit
override this.Pause : unit -> unit
Public Overridable Sub Pause ()
Applies to
Pause(TimeSpan)
public:
virtual void Pause(TimeSpan pauseTime);
public virtual void Pause (TimeSpan pauseTime);
abstract member Pause : TimeSpan -> unit
override this.Pause : TimeSpan -> unit
Public Overridable Sub Pause (pauseTime As TimeSpan)
Parameters
- pauseTime
- TimeSpan