MdmSession.Delete Method

Definition

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.

Applies to