LogEventArgs Constructors

Definition

Overloads

LogEventArgs()
LogEventArgs(LogEntry)

LogEventArgs()

public:
 LogEventArgs();
public LogEventArgs ();
Public Sub New ()

Applies to

LogEventArgs(LogEntry)

public:
 LogEventArgs(Microsoft::BizTalk::Log::LogEntry ^ logEntry);
public LogEventArgs (Microsoft.BizTalk.Log.LogEntry logEntry);
new Microsoft.BizTalk.Log.LogEventArgs : Microsoft.BizTalk.Log.LogEntry -> Microsoft.BizTalk.Log.LogEventArgs

Parameters

logEntry
LogEntry

Applies to