MdmSession.Delete 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.
Deletes the MDM session.
public:
virtual void Delete() = Delete;
void Delete();
public void Delete();
function delete()
Public Sub Delete ()
Remarks
If the session is currently running (in the background), you must wait for it to complete before you can delete it.
Deleted sessions can't be tracked after this method returns.