subscriptionIdlFunctionDeclarations element

Generates IDL declarations for subscribe/unsubscribe proxy functions for port type notification operations.

Usage

<subscriptionIdlFunctionDeclarations
  extensible = "boolean">
  child elements
</subscriptionIdlFunctionDeclarations>

Attributes

Attribute Type Required Description
extensible
boolean
No
The ability to add extensibility points to functions and interfaces. This value is always set to true.

Child elements

Element Description
notificationInterface
Specifies the name of the notification interface used with event subscriptions.

operation
Specifies an operation for which code is to be generated.

portType
Specifies the port type for which code is to be generated.

Child element sequence

(
  portType?, 
  operation*, 
  notificationInterface?
)

Parent elements

Element Description
file
Outputs a file from the code generator.

Element information

Label Value
Minimum supported system
Windows Vista
Can be empty Yes