ExEventLog.LogEvent method (, ExEventLog.EventTuple, String, Object, Object, Object, Object)
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Function LogEvent ( _
organizationId As IOrganizationIdForEventLog, _
tuple As ExEventLog.EventTuple, _
periodicKey As String, _
arg0 As Object, _
arg1 As Object, _
arg2 As Object, _
arg3 As Object _
) As Boolean
'Usage
Dim instance As ExEventLog
Dim organizationId As IOrganizationIdForEventLog
Dim tuple As ExEventLog.EventTuple
Dim periodicKey As String
Dim arg0 As Object
Dim arg1 As Object
Dim arg2 As Object
Dim arg3 As Object
Dim returnValue As Boolean
returnValue = instance.LogEvent(organizationId, _
tuple, periodicKey, arg0, arg1, arg2, _
arg3)
public bool LogEvent(
IOrganizationIdForEventLog organizationId,
ExEventLog.EventTuple tuple,
string periodicKey,
Object arg0,
Object arg1,
Object arg2,
Object arg3
)
Parameters
- organizationId
Type: IOrganizationIdForEventLog
- periodicKey
Type: System.String
- arg0
Type: System.Object
- arg1
Type: System.Object
- arg2
Type: System.Object
- arg3
Type: System.Object
Return value
Type: System.Boolean