Broadcast.Resume 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.
Resumes the specified broadcast.
public:
void Resume();
public void Resume ();
abstract member Resume : unit -> unit
Public Sub Resume ()
Remarks
The Resume method returns an error (#4700) if the document is DRM protected, is already being broadcast (#4698), is not being broadcast at all (#4702), or has conflicting edits (is in merge mode, #4701).