\n
Microsoft Invisible Computing

IWsEventing Interface

WS-Eventing combined message processing for event sources and sinks.

XML namespace wse=http://schemas.xmlsoap.org/ws/2004/01/eventing

XML namespace wse2=http://schemas.xmlsoap.org/ws/2004/08/eventing

C type for interface pointer:

Extends IUnknown

Implemented by WsAddressing WsMan

Methods: Identifier Renew Unsubscribe GetStatus

Structs: Delivery

Methods

Identifier

HEADER:

Renew

WS-Eventing subscription renewal source-side processing.

Unsubscribe
GetStatus

WS-Eventing GetStatus source-side message processing.

Structs

Delivery

IWsEventing.Identifier Method

HEADER:

SCODE Identifier( 
    /*in,this*/ PIWSEVENTING iThis,
    /*in*/ PICONTINUATION cont,
    /*in*/ const _TCHAR * Value)
cont

State of current message processing.

Value

C++

SCODE IWsEventing::Identifier( 
    /*in*/ PICONTINUATION cont,
    /*in*/ const _TCHAR * Value)

IWsEventing.Renew Method

WS-Eventing subscription renewal source-side processing.

SCODE Renew( 
    /*in,this*/ PIWSEVENTING iThis,
    /*in*/ TIME Expires)
Expires

C++

SCODE IWsEventing::Renew( 
    /*in*/ TIME Expires)

IWsEventing.Unsubscribe Method

SCODE Unsubscribe( 
    /*in,this*/ PIWSEVENTING iThis,
    /*out,size-is*/ _TCHAR * Id,
    /*in,size-of*/ UINT IdSize,
    /*out,size-is*/ _TCHAR * Code,
    /*in,size-of*/ UINT CodeSize,
    /*out*/ PReason ReasonList)
Id
IdSize
Code
CodeSize
ReasonList

C++

SCODE IWsEventing::Unsubscribe( 
    /*out,size-is*/ _TCHAR * Id,
    /*in,size-of*/ UINT IdSize,
    /*out,size-is*/ _TCHAR * Code,
    /*in,size-of*/ UINT CodeSize,
    /*out*/ PReason ReasonList)

IWsEventing.GetStatus Method

WS-Eventing GetStatus source-side message processing.

SCODE GetStatus( 
    /*in,this*/ PIWSEVENTING iThis)

C++

SCODE IWsEventing::GetStatus( void )

Delivery Structure

Fields
NotifyTo
C/C++ type: PEndpointReference_QUIET
Serializer Type: PEndpointReference_QUIET
Mode
C/C++ type: _TCHAR *
Serializer Type: string
Heartbeats
C/C++ type: PHeartbeats
Serializer Type: PHeartbeats
MaxEnvelopeSize
C/C++ type: PMaxEnvelopeSize
Serializer Type: PMaxEnvelopeSize
ListNode
C/C++ type: LISTNODE

©2006 Microsoft Corporation. All rights reserved. Terms of Use Privacy Statement Accessibility End User License Agreement