WS_METADATA_STATE enumeration

The state of the metadata object.

Syntax


enum WS_METADATA_STATE {  WS_METADATA_STATE_CREATED, 
  WS_METADATA_STATE_RESOLVED, 
  WS_METADATA_STATE_FAULTED 

};

Constants

WS_METADATA_STATE_CREATED

The initial state of the metadata object.

WS_METADATA_STATE_RESOLVED

All references between metadata documents have been resolved and no more metadata documents may be added to the metadata object. See WsGetMetadataEndpoints for more information.

WS_METADATA_STATE_FAULTED

The metadata object not usable due to a previous error. See See WsGetMetadataEndpoints and WsReadMetadata for more information.

Remarks

The following diagram illustrates the functions that cause state transitions in the metadata object.

Dd401970.MetadataStates(en-us,VS.85).png

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

WebServices.h

 

 

Community Additions

ADD
Show: