DiagnosticInvoker.GetForUser(User) Method

Definition

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.

Applies to