IDTSTelemetry140.PostMsiAuthenticationEvent(String, Int32) 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.
public:
void PostMsiAuthenticationEvent(System::String ^ component, int tokenAuthResult);
[System.Runtime.InteropServices.DispId(5)]
public void PostMsiAuthenticationEvent (string component, int tokenAuthResult);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member PostMsiAuthenticationEvent : string * int -> unit
Public Sub PostMsiAuthenticationEvent (component As String, tokenAuthResult As Integer)
Parameters
- component
- String
- tokenAuthResult
- Int32
- Attributes