DiagnosticInvoker.GetForUser(User) 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.
Gets the diagnostics invoker for the specified user.
public:
static DiagnosticInvoker ^ GetForUser(User ^ user);
static DiagnosticInvoker GetForUser(User const& user);
public static DiagnosticInvoker GetForUser(User user);
function getForUser(user)
Public Shared Function GetForUser (user As User) As DiagnosticInvoker
Parameters
- user
- User
The user for which to get the diagnostics invoker.
Returns
Returns the diagnostics invoker for the specified user.
Remarks
This method will always throw E_NOTIMPL, the not implemented exception, by design. The GetForUser method is part of the IDiagnosticInvoker interface definition.