CallExternalMethodActivity.InitializeProperties Method

Definition

Performs initialization on dependency properties.

protected override void InitializeProperties();

Remarks

This method initializes the CorrelationToken property, verifies the InterfaceType and MethodName properties are set and verifies that the event referenced in the MethodName property can be found in the interface referenced in the InterfaceType property.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also