Share via


UserActivitySession.Close Method

Definition

Indicates that the user is no longer engaged in the activities associated with this session.

public:
 virtual void Close() = Close;
void Close();
// This member is not implemented in C#
function close()
' This member is not implemented in VB.NET

Implements

M:Windows.Foundation.IClosable.Close M:System.IDisposable.Close

Remarks

You can also use the dispose pattern to close a UserActivitySession.

Applies to