SharedWorkspace.Disconnect 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.
Disconnects the local copy of the active document from the shared workspace.
public:
void Disconnect();
public void Disconnect ();
abstract member Disconnect : unit -> unit
Public Sub Disconnect ()
Remarks
Use the Disconnect method to detach the local copy of the active document from the shared workspace. This method leaves the shared document on the server; however, the local copy will no longer be synchronized with the shared copy and will no longer benefit from the other collaboration features of the shared workspace. Use the RemoveDocument() method to remove the shared document from the server.