WMS_PUBLISHING_POINT_TYPE

banner art

Previous Next

WMS_PUBLISHING_POINT_TYPE

The WMS_PUBLISHING_POINT_TYPE enumeration identifies the publishing point type.

Syntax

  typedef enum WMS_PUBLISHING_POINT_TYPE{
  WMS_PUBLISHING_POINT_TYPE_ON_DEMAND  = 1,
  WMS_PUBLISHING_POINT_TYPE_BROADCAST  = 2,
  WMS_PUBLISHING_POINT_TYPE_CACHE_PROXY_ON_DEMAND  = 3,
  WMS_PUBLISHING_POINT_TYPE_CACHE_PROXY_BROADCAST  = 4
};

Members

WMS_PUBLISHING_POINT_TYPE_ON_DEMAND

The publishing point is an on-demand type.

WMS_PUBLISHING_POINT_TYPE_BROADCAST

The publishing point is a broadcast type.

WMS_PUBLISHING_POINT_TYPE_CACHE_PROXY_ON_DEMAND

The publishing point is an on-demand type that can be used for caching or proxying content.

WMS_PUBLISHING_POINT_TYPE_CACHE_PROXY_BROADCAST

The publishing point is a broadcast type that can be used for caching or proxying content.

Remarks

You can retrieve the publishing point type by calling the Type property on the IWMSPublishingPoint interface.

Requirements

Header: wmsserver.h.

Library: WMSServerTypeLib.dll.

Platform: Windows Server 2003 family, Windows Server 2008 family.

See Also

Previous Next