Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The state of the metadata object.
Syntax
typedef enum {
WS_METADATA_STATE_CREATED = 1,
WS_METADATA_STATE_RESOLVED = 2,
WS_METADATA_STATE_FAULTED = 3
} WS_METADATA_STATE;
Constants
WS_METADATA_STATE_CREATEDValue: 1 The initial state of the metadata object. |
WS_METADATA_STATE_RESOLVEDValue: 2 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_FAULTEDValue: 3 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.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | webservices.h |