Broadcast.End Method

Definition

Ends the specified broadcast session.

public:
 void End();
public void End ();
abstract member End : unit -> unit
Public Sub End ()

Remarks

Calling the End method terminates the broadcast session without displaying a confirmation prompt to the user. It also sets the value of the Microsoft.Office.Interop.Word.Broadcast.AttendeeUrlproperty to an empty string.

If the document is not being broadcast, the method returns runtime error 4702.

Applies to