ICcmStateMsgEvent.RaiseIntrinsicEvent Method (String, UInt32, UInt32, String, UInt32, String)
Raises intrinsic events.
Namespace: Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
void RaiseIntrinsicEvent(
string instancePath,
uint eventId,
uint eventPriority,
string eventSource,
uint changeType,
string eventData
)
void RaiseIntrinsicEvent(
String^ instancePath,
unsigned int eventId,
unsigned int eventPriority,
String^ eventSource,
unsigned int changeType,
String^ eventData
)
Sub RaiseIntrinsicEvent (
instancePath As String,
eventId As UInteger,
eventPriority As UInteger,
eventSource As String,
changeType As UInteger,
eventData As String
)
Parameters
instancePath
Type: System.StringInstance path.
eventId
Type: System.UInt32Event ID.
eventPriority
Type: System.UInt32Priority of the event.
eventSource
Type: System.StringEvent source.
changeType
Type: System.UInt32Type of change.
eventData
Type: System.StringEvent data.
See Also
ICcmStateMsgEvent Interface
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace
Return to top