WS_CONTRACT_DESCRIPTION structure (webservices.h)

The metadata for a service contract for service model.

Syntax

typedef struct _WS_CONTRACT_DESCRIPTION {
  ULONG                    operationCount;
  WS_OPERATION_DESCRIPTION **operations;
} WS_CONTRACT_DESCRIPTION;

Members

operationCount

The total number of service operations that are part of the contract.

operations

An array of individual operation description, each representing a service operations.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2 [desktop apps | UWP apps]
Header webservices.h