DANSrvAE Reference
onSendTrackingEvent Method
See Also  Send comments on this topic.
NSPlugin Assembly > NSPlugin Namespace > EventSubscription Class : onSendTrackingEvent Method

es
Event source
eventTime
Event time
message
Event message
actorID
Actor Identification
attributes
Event attributes

Glossary Item Box

SendTrackingEvent default handler that maybe overloaded by NSPluginAEbase.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub onSendTrackingEvent( _
   ByVal es As EventSource, _
   ByVal eventTime As Date, _
   ByVal message As String, _
   ByVal actorID As String, _
   ByVal attributes() As Object _
) 
C# 
public virtual void onSendTrackingEvent( 
   EventSource es,
   DateTime eventTime,
   string message,
   string actorID,
   object[] attributes
)

Parameters

es
Event source
eventTime
Event time
message
Event message
actorID
Actor Identification
attributes
Event attributes

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

© 2004-2017 Advosol Inc. All Rights Reserved.