vb System.Web.Management.WebAuthenticationSuccessAuditEvent.NameToAuthenticate类(方法)实例源码

下面列出了vb System.Web.Management.WebAuthenticationSuccessAuditEvent.NameToAuthenticate 类(方法)源码代码实例,从而了解它的用法。

作者:VB.NET开发    项目:System.Web.Managemen   
' Invoked in case of events identified by their event code.and 
' event detailed code.
Public Sub New(ByVal msg As String, _
ByVal eventSource As Object, _
ByVal eventCode As Integer, _
ByVal detailedCode As Integer, _
ByVal userName As String)
    MyBase.New(msg, eventSource, eventCode, _
    detailedCode, userName)
    ' Perform custom initialization.
    customCreatedMsg = _
    String.Format( _
    "Event created at: {0}", _
    DateTime.Now.TimeOfDay.ToString())

End Sub


问题


面经


文章

微信
公众号

扫码关注公众号