Feedback

  • Contents
 

ISOAPRequest::InitiatorEvent Property

get_InitiatorEvent

Returns the Initiator Event of this request.  Uses SOAPAction if the event is not specified or empty.  Changing the SOAPAction also resets this property.

Function Prototype

HRESULT InitiatorEvent(

   [out, retval] BSTR* pbstrResult

);

C/C++ Syntax

HRESULT get_InitiatorEvent(BSTR* pbstrResult);

Parameters

pbstrResult

The notification event of this request.

put_InitiatorEvent

Sets the Initiator Event of this request.  Uses SOAPAction if the event is not specified or empty.  Changing the SOAPAction also resets this property.

Function Prototype

HRESULT InitiatorEvent(

   [in] BSTR bstrInitiatorEvent

);

C/C++ Syntax

HRESULT put_InitiatorEvent(BSTR bstrInitiatorEvent);

Parameters

bstrInitiatorEvent

The notification event of this request.