ServiceTypeDescription.ReadCommonProperties Method

Definition

Reads the properties of the service type.

protected internal void ReadCommonProperties (IntPtr serviceTypeName, IntPtr placementConstraints, IntPtr loadMetricsList, IntPtr descriptionExtensionList);
member this.ReadCommonProperties : nativeint * nativeint * nativeint * nativeint -> unit
Protected Friend Sub ReadCommonProperties (serviceTypeName As IntPtr, placementConstraints As IntPtr, loadMetricsList As IntPtr, descriptionExtensionList As IntPtr)

Parameters

serviceTypeName
IntPtr

nativeint

The name of the service type.

placementConstraints
IntPtr

nativeint

The constraints to be used.

loadMetricsList
IntPtr

nativeint

The type of load metric.

descriptionExtensionList
IntPtr

nativeint

The description extension list.

Applies to