IEventQueue.Write Method

Writes the specified object.
void Write( 
Event obj 
)
This language is not supported or no code example is available.
 
void Write( 
Event^ obj 
)
This language is not supported or no code example is available.
function Write( 
obj : Event 
);
This language is not supported or no code example is available.

Parameters

obj
Event

The object.

In this article

Definition