MdmSessionManager.DeleteSessionById(String) 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 past session information.
public:
static void DeleteSessionById(Platform::String ^ sessionId);
static void DeleteSessionById(winrt::hstring const& sessionId);
public static void DeleteSessionById(string sessionId);
function deleteSessionById(sessionId)
Public Shared Sub DeleteSessionById (sessionId As String)
Parameters
- sessionId
-
String
Platform::String
winrt::hstring
The string value of the session ID.
Remarks
The caller must wait until the session if finished running (in the background) until it can be deleted.